Skip to content

Commit

Permalink
#228: remove debug logging
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@10707 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 1, 2015
1 parent b6e7550 commit 951fe79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/platform/darwin/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def window_focused(window, event):
global window_menus
wid = window._id
menu_data = window_menus.get(wid)
log.warn("window_focused(%s, %s) menu(%s)=%s", window, event, wid, menu_data)
log("window_focused(%s, %s) menu(%s)=%s", window, event, wid, menu_data)
application_actions, window_menu = None, None
if menu_data:
menus, application_action_callback, window_action_callback = menu_data
Expand Down

0 comments on commit 951fe79

Please sign in to comment.