]> Dogcows Code - chaz/openbox/commitdiff
remove debug prints
authorDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 08:53:14 +0000 (08:53 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 08:53:14 +0000 (08:53 +0000)
scripts/stackedcycle.py

index a022c0cc1a9b753337fda83fe0cc42dfe16bb606..268b80d673d32d94db866d57dfe5afe5171e5616 100644 (file)
@@ -76,7 +76,6 @@ class cycledata:
 
         # get the list of clients
         self.clients = []
-        print focus._clients
         for i in focus._clients:
             c = ob.openbox.findClient(i)
             if c: self.clients.append(c)
@@ -97,7 +96,6 @@ class cycledata:
             
             w = otk.FocusLabel(self.widget)
             if current and c.window() == current.window():
-                print "found " + str(i)
                 self.menupos = i
                 w.focus()
             else:
This page took 0.022108 seconds and 4 git commands to generate.