does this even do anything?

This commit is contained in:
Zach 2015-05-12 12:43:29 -05:00
parent e7d32197b9
commit 2f301cfb7e

View file

@ -377,7 +377,6 @@ class OTPClientRepository(ClientRepositoryBase):
dialogClass = OTPGlobals.getGlobalDialogClass()
self.failedToConnectBox = dialogClass(message=OTPLocalizer.CRNoConnectTryAgain % (url.getServer(), url.getPort()), doneEvent='failedToConnectAck', text_wordwrap=18, style=OTPDialog.TwoChoice)
self.failedToConnectBox.show()
self.notify.info(message)
self.accept('failedToConnectAck', self.__handleFailedToConnectAck)
@report(types=['args', 'deltaStamp'], dConfigParam='teleport')