]> Dogcows Code - chaz/openbox/commitdiff
rm debug prints
authorDana Jansens <danakj@orodu.net>
Thu, 30 Jan 2003 21:39:36 +0000 (21:39 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 30 Jan 2003 21:39:36 +0000 (21:39 +0000)
scripts/motion.py

index e8aa1f3e97143d3d993d7e784f9a0f4701d38806..eca63b02e875d2cf95c8d87f2fc67a7fb371f678 100644 (file)
@@ -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():
This page took 0.022371 seconds and 4 git commands to generate.