Merge pull request #244 from garrettr/fix-start-server-statusbar

Remove unnecessary status_bar.showMessage
This commit is contained in:
Micah Lee 2016-01-05 18:33:08 -08:00
commit 7c22ba1af1

View file

@ -147,7 +147,6 @@ class OnionShareGui(QtGui.QWidget):
self.status_bar.showMessage(strings._('gui_starting_server1', True))
self.app.choose_port()
try:
self.status_bar.showMessage(strings._('gui_starting_server1', True))
self.app.start_hidden_service(gui=True)
except onionshare.hs.NoTor as e:
alert(e.args[0], QtGui.QMessageBox.Warning)