From dbfc7f9264cb3320f301c079ac0f0fc5af586319 Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Sat, 11 Sep 2010 18:12:36 +0200 Subject: [PATCH] Use latest eos to fix some multithreading bugs, remove some debug code --- eos | 2 +- gui/multiSwitch.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/eos b/eos index c61a2e9e8..b59f9024a 160000 --- a/eos +++ b/eos @@ -1 +1 @@ -Subproject commit c61a2e9e8dd77fce187c79d3af4a326821a77363 +Subproject commit b59f9024af2f9abc1da3e05e4b0e4676a20841f8 diff --git a/gui/multiSwitch.py b/gui/multiSwitch.py index 392f23122..c4e13a589 100644 --- a/gui/multiSwitch.py +++ b/gui/multiSwitch.py @@ -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":