From c07c37f0fd5c390ec2477569151b7dfe0b4cd69a Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 29 Jun 2010 19:11:30 +0000 Subject: fixed problem with hiding abacus in GNOME version --- (limited to 'abacus_window.py') diff --git a/abacus_window.py b/abacus_window.py index d899ab2..d7aacd0 100644 --- a/abacus_window.py +++ b/abacus_window.py @@ -550,7 +550,6 @@ class AbacusGeneric(): def hide(self): """ Hide the rod, beads, mark, and frame. """ - print "hiding %s" % (self.name) for rod in self.rods: rod.hide() for bead in self.beads: -- cgit v0.9.1