Skip to content

Commit dad5d42

Browse files
committedOct 2, 2014
[processing] do not log algorithms when not run from the gui
1 parent f652afb commit dad5d42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎python/plugins/processing/core/Processing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,6 @@ def runAlgorithm(algOrName, onFinish, *args):
323323
print 'Warning: Not all input layers use the same CRS.\n' \
324324
+ 'This can cause unexpected results.'
325325

326-
ProcessingLog.addToLog(ProcessingLog.LOG_ALGORITHM, alg.getAsCommand())
327-
328326
# Don't set the wait cursor twice, because then when you
329327
# restore it, it will still be a wait cursor.
330328
cursor = QApplication.overrideCursor()

0 commit comments

Comments
 (0)