Skip to content

Commit

Permalink
[processing]removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Nov 21, 2014
1 parent 810cb3f commit 09c6b2b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/plugins/processing/gui/AlgorithmExecutor.py
Expand Up @@ -54,11 +54,6 @@ def runalg(alg, progress=None):
ProcessingLog.addToLog(sys.exc_info()[0], ProcessingLog.LOG_ERROR)
progress.error(e.msg)
return False
except Exception:
msg = tr('Uncaught error executing %s.\nSee log for more information') % unicode(alg.name)
ProcessingLog.addToLog(sys.exc_info()[0], ProcessingLog.LOG_ERROR)
progress.error(msg)
return False

def runalgIterating(alg, paramToIter, progress):
# Generate all single-feature layers
Expand Down

0 comments on commit 09c6b2b

Please sign in to comment.