mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
[processing] do not log algorithms when not run from the gui
This commit is contained in:
parent
f652afb9fa
commit
dad5d420fa
@ -323,8 +323,6 @@ class Processing:
|
||||
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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user