summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-04 02:59:50 +0000
committerDana Jansens <danakj@orodu.net>2003-02-04 02:59:50 +0000
commit981876ca647f5d987cb2718adba3ecbc935556da (patch)
tree53bdfe046283c330bd5c5ec3f041ddd810f3266c
parenta765df7fa67ec4346179ade2cfb8f337286c88d7 (diff)
remove prints
-rw-r--r--scripts/focus.py3
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)