Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[pyqgis-console] remove unused code
  • Loading branch information
slarosa committed Jul 28, 2013
1 parent 98be7a4 commit 8b41570
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/console/console_sci.py
Expand Up @@ -545,9 +545,6 @@ def runCommand(self, cmd):
webbrowser.open( "http://www.qgis.org/pyqgis-cookbook/" )
elif cmd == '_api':
webbrowser.open( "http://www.qgis.org/api/" )
if msgText:
self.parent.callWidgetMessageBar(msgText)

more = False
else:
self.buffer.append(cmd)
Expand Down

0 comments on commit 8b41570

Please sign in to comment.