Use latest eos to fix some multithreading bugs, remove some debug code

This commit is contained in:
cncfanatics
2010-09-11 18:12:36 +02:00
parent bdafd067b9
commit dbfc7f9264
2 changed files with 1 additions and 2 deletions

2
eos

Submodule eos updated: c61a2e9e8d...b59f9024af

View File

@@ -154,7 +154,6 @@ class MultiSwitch(wx.Notebook):
event.Skip()
def itemSelected(self, event):
print "s"
selected = self.GetSelection()
page = self.GetPage(selected)
if page.type == "fit":