Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/abacus_window.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-06-29 19:11:30 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-06-29 19:11:30 (GMT)
commitc07c37f0fd5c390ec2477569151b7dfe0b4cd69a (patch)
tree0a518bc8606270aa30159e9569f12ce433e81358 /abacus_window.py
parentfaafbc3e015d79308b3fb3ec3b28368578ec51d0 (diff)
fixed problem with hiding abacus in GNOME version
Diffstat (limited to 'abacus_window.py')
-rw-r--r--abacus_window.py1
1 files changed, 0 insertions, 1 deletions
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: