From abd445719b29a78e2ce8f848afd50d9dcde40df4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 4 Jan 2003 04:05:41 +0000 Subject: [PATCH] remove a print --- scripts/builtins.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.45.2