Skip to content

Commit 8b41570

Browse files
committed
[pyqgis-console] remove unused code
1 parent 98be7a4 commit 8b41570

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/console/console_sci.py

-3
Original file line numberDiff line numberDiff line change
@@ -545,9 +545,6 @@ def runCommand(self, cmd):
545545
webbrowser.open( "http://www.qgis.org/pyqgis-cookbook/" )
546546
elif cmd == '_api':
547547
webbrowser.open( "http://www.qgis.org/api/" )
548-
if msgText:
549-
self.parent.callWidgetMessageBar(msgText)
550-
551548
more = False
552549
else:
553550
self.buffer.append(cmd)

0 commit comments

Comments
 (0)