Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tawindow.py b/tawindow.py
index aa40807..f88d47c 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -1663,11 +1663,9 @@ class TurtleArtWindow():
bot = self._find_sandwich_bottom(top)
if bot is None:
return
- """
if top.ey > 0:
print "reseting arm"
top.reset_y()
- """
tx, ty = top.spr.get_xy()
tw, th = top.spr.get_dimensions()
bx, by = bot.spr.get_xy()