Commit 30023a5b authored by kliment's avatar kliment

Remove end callback until pausing bug is fixed

parent 18722636
......@@ -97,7 +97,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
self.mini=False
self.p.sendcb=self.sentcb
self.p.startcb=self.startcb
self.p.endcb=self.endcb
#self.p.endcb=self.endcb
self.starttime=0
self.curlayer=0
......
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