remove a print
This commit is contained in:
parent
951ccd15a9
commit
abd445719b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue