remove prints
authorDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 02:59:50 +0000 (02:59 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 02:59:50 +0000 (02:59 +0000)
scripts/focus.py

index 4ac2218..6bb6499 100644 (file)
@@ -90,11 +90,8 @@ def _focused(data):
     global _doing_stacked
     global _cyc_w
 
-    print "FOCUSED " + str(data.client)
-    
     if data.client:
         if not _doing_stacked: # only move the window when we're not cycling
-            print "HI"
             win = data.client.window()
             # move it to the top
             _clients.remove(win)