Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 4481ffb

Browse files
committed
Remove debug print
1 parent 92368df commit 4481ffb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ogc_service_permission.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def parseProjectSettings(self, ows_name, ows_type):
9999

100100
ows_url = urljoin(self.qgis_server_url, ows_name)
101101
cache = os.environ.get("__QWC_CONFIG_SERVICE_PROJECT_SETTINGS_CACHE", "0") == "1"
102-
self.logger.info("**** %s ****" % ("CACHE" if cache else "NOCACHE"))
103102
if cache and \
104103
ows_url in self.project_settings_cache and \
105104
self.project_settings_cache[ows_url]["timestamp"] != -1 and \

0 commit comments

Comments
 (0)