Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove debug line
  • Loading branch information
alexbruy committed Jan 10, 2017
1 parent 8ea5bc3 commit d2ff57e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/algs/gdal/GdalUtils.py
Expand Up @@ -179,7 +179,6 @@ def getFormatShortNameFromFilename(filename):
def escapeAndJoin(strList):
joined = ''
for s in strList:
print(s)
if s[0] != '-' and ' ' in s:
escaped = '"' + s.replace('\\', '\\\\').replace('"', '\\"') \
+ '"'
Expand Down

0 comments on commit d2ff57e

Please sign in to comment.