From c0446bba1fd2ab8e90b342e9af13bdc6e59948cd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 30 Jan 2003 21:39:36 +0000 Subject: [PATCH] rm debug prints --- scripts/motion.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/motion.py b/scripts/motion.py index e8aa1f3e..eca63b02 100644 --- a/scripts/motion.py +++ b/scripts/motion.py @@ -124,7 +124,6 @@ def move(data): global _inmove if not _inmove: ob.kgrab(_screen, _motion_grab) - print "GRAB" _inmove = 1 def end_move(data): @@ -139,7 +138,6 @@ def end_move(data): _inmove = 0 _poplabel = 0 _popwidget = 0 - print "UNGRAB" ob.kungrab() def _do_resize(): -- 2.39.2