Commit b3eab238 authored by unknown's avatar unknown

remove some excess logging

parent 9692593f
...@@ -159,7 +159,6 @@ class PronterWindow(wx.Frame,pronsole.pronsole): ...@@ -159,7 +159,6 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
self.webInterface=webinterface.WebInterface(self) self.webInterface=webinterface.WebInterface(self)
self.webThread = Thread(target=webinterface.StartWebInterfaceThread, args=(self.webInterface, )) self.webThread = Thread(target=webinterface.StartWebInterfaceThread, args=(self.webInterface, ))
self.webThread.start() self.webThread.start()
self.webInterface.AddLog("Connected!!!")
def startcb(self): def startcb(self):
self.starttime=time.time() self.starttime=time.time()
......
...@@ -161,7 +161,7 @@ class WebInterface(object): ...@@ -161,7 +161,7 @@ class WebInterface(object):
global gPronterPtr global gPronterPtr
global gWeblog global gWeblog
self.name="<div id='title'>Pronterface Web-Interface</div>" self.name="<div id='title'>Pronterface Web-Interface</div>"
gWeblog = "Connecting web interface to pronterface..." gWeblog = ""
gPronterPtr = self.pface gPronterPtr = self.pface
settings = SettingsPage() settings = SettingsPage()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment