[processing]removed unused code

This commit is contained in:
volaya 2014-11-21 09:07:30 +01:00
parent 810cb3fb99
commit 09c6b2b346

View File

@ -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