remove some excess logging

master
unknown 2012-05-31 12:37:23 -05:00
parent 9692593f5e
commit b3eab2386b
2 changed files with 1 additions and 2 deletions

View File

@ -159,7 +159,6 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
self.webInterface=webinterface.WebInterface(self)
self.webThread = Thread(target=webinterface.StartWebInterfaceThread, args=(self.webInterface, ))
self.webThread.start()
self.webInterface.AddLog("Connected!!!")
def startcb(self):
self.starttime=time.time()

View File

@ -161,7 +161,7 @@ class WebInterface(object):
global gPronterPtr
global gWeblog
self.name="<div id='title'>Pronterface Web-Interface</div>"
gWeblog = "Connecting web interface to pronterface..."
gWeblog = ""
gPronterPtr = self.pface
settings = SettingsPage()