Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and github-actions[bot] committed Jan 5, 2025
1 parent 403197b commit ccede01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/plugins/MetaSearch/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ def clean_ows_url(url):
def log_message(message, level=Qgis.MessageLevel.Info):
"""helper function to emit logging messages"""

logging = QgsSettings().value(
"/MetaSearch/logDebugging", False, bool
)
logging = QgsSettings().value("/MetaSearch/logDebugging", False, bool)
if logging:
LOGGER.logMessage(message, "MetaSearch", level)

0 comments on commit ccede01

Please sign in to comment.