Skip to content

Commit

Permalink
[processing] removed debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Oct 13, 2016
1 parent 1132624 commit 518b249
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/plugins/processing/gui/AlgorithmDialog.py
Expand Up @@ -215,13 +215,11 @@ def checkExtentCRS(self):
unmatchingCRS = True
if isinstance(param, ParameterExtent):
value = self.mainWidget.valueItems[param.name].leText.text().strip()
print value
if value:
hasExtent = True

return hasExtent and unmatchingCRS


def accept(self):
self.settings.setValue("/Processing/dialogBase", self.saveGeometry())

Expand Down

0 comments on commit 518b249

Please sign in to comment.