mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
remove debug line
This commit is contained in:
parent
8ea5bc39b4
commit
d2ff57ec38
@ -179,7 +179,6 @@ class GdalUtils(object):
|
||||
def escapeAndJoin(strList):
|
||||
joined = ''
|
||||
for s in strList:
|
||||
print(s)
|
||||
if s[0] != '-' and ' ' in s:
|
||||
escaped = '"' + s.replace('\\', '\\\\').replace('"', '\\"') \
|
||||
+ '"'
|
||||
|
Loading…
x
Reference in New Issue
Block a user