remove a print

This commit is contained in:
Dana Jansens 2003-01-04 04:05:41 +00:00
parent 951ccd15a9
commit abd445719b

View file

@ -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