Skip to content

Commit 20c54c7

Browse files
committed
remove print() statement
1 parent a11ecd6 commit 20c54c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wps_dialog.py

-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ def process_output(self, response):
355355
self.textEditLog.append(self.tr("ERROR: Postprocessing ended with error."))
356356
else:
357357
for identifier, item in response.output.items():
358-
print(item.minetype)
359358
layer = None
360359
layer_name = "{} {}".format(process_identifier, identifier)
361360
if item.minetype == 'application/csv':

0 commit comments

Comments
 (0)