diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-04 04:05:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-04 04:05:41 +0000 |
| commit | abd445719b29a78e2ce8f848afd50d9dcde40df4 (patch) | |
| tree | 5a9f75badb326364d6a399c2316989f927d348f4 | |
| parent | 951ccd15a93c6fe1c0910181781b9a87effd195a (diff) | |
remove a print
| -rw-r--r-- | scripts/builtins.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/builtins.py b/scripts/builtins.py index eaeaca22..54277732 100644 --- a/scripts/builtins.py +++ b/scripts/builtins.py @@ -14,7 +14,6 @@ def focus(data): type = OBClient_type(client) # these types of windows dont get focus from window enter events if data.action() == EventEnterWindow: - print "enter window" if (type == OBClient_Type_Dock or \ type == OBClient_Type_Desktop): return |
