diff --git a/wxPython/demo/Throbber.py b/wxPython/demo/Throbber.py index 4a5899ad9f..c2ff30122e 100644 --- a/wxPython/demo/Throbber.py +++ b/wxPython/demo/Throbber.py @@ -146,7 +146,6 @@ class TestPanel(wxPanel): self.otherThrobber.SetLabel("Stop") def ShutdownDemo(self): - print "ShutdownDemo" self.otherThrobber.Rest() for t in self.throbbers.keys(): self.throbbers[t]['throbber'].Rest()