Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] do not log algorithms when not run from the gui
  • Loading branch information
volaya committed Oct 2, 2014
1 parent f652afb commit dad5d42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/plugins/processing/core/Processing.py
Expand Up @@ -323,8 +323,6 @@ def runAlgorithm(algOrName, onFinish, *args):
print 'Warning: Not all input layers use the same CRS.\n' \
+ 'This can cause unexpected results.'

ProcessingLog.addToLog(ProcessingLog.LOG_ALGORITHM, alg.getAsCommand())

# Don't set the wait cursor twice, because then when you
# restore it, it will still be a wait cursor.
cursor = QApplication.overrideCursor()
Expand Down

0 comments on commit dad5d42

Please sign in to comment.