diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-04 02:59:50 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-04 02:59:50 +0000 |
| commit | 981876ca647f5d987cb2718adba3ecbc935556da (patch) | |
| tree | 53bdfe046283c330bd5c5ec3f041ddd810f3266c /scripts | |
| parent | a765df7fa67ec4346179ade2cfb8f337286c88d7 (diff) | |
remove prints
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/focus.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/focus.py b/scripts/focus.py index 4ac22183..6bb64992 100644 --- a/scripts/focus.py +++ b/scripts/focus.py @@ -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) |
