diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-04 08:53:14 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-04 08:53:14 +0000 |
| commit | 84dfca1c30727bc5916903d1f9e1683e9b43f891 (patch) | |
| tree | 355c4be1ecb1ab10435162bfc89ae73902d224d5 /scripts/stackedcycle.py | |
| parent | 51a41b9b765dbcf76ec09324f533d8c8edd46e37 (diff) | |
remove debug prints
Diffstat (limited to 'scripts/stackedcycle.py')
| -rw-r--r-- | scripts/stackedcycle.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/stackedcycle.py b/scripts/stackedcycle.py index a022c0cc..268b80d6 100644 --- a/scripts/stackedcycle.py +++ b/scripts/stackedcycle.py @@ -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: |
