Skip to content

Commit

Permalink
remove unused logger
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@21714 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 19, 2019
1 parent fe01a96 commit 75eb565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xpra/gtk_common/gtk2/gdk_bindings.pyx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is part of Xpra.
# Copyright (C) 2008, 2009 Nathaniel Smith <njs@pobox.com>
# Copyright (C) 2010-2017 Antoine Martin <antoine@xpra.org>
# Copyright (C) 2010-2019 Antoine Martin <antoine@xpra.org>
# Xpra is released under the terms of the GNU GPL v2, or, at your option, any
# later version. See the file COPYING for details.

Expand All @@ -13,7 +13,7 @@ import gtk
from gtk import gdk

from xpra.log import Logger
log = Logger("bindings", "gtk")

clipboardlog = Logger("clipboard", "gtk")


Expand Down

0 comments on commit 75eb565

Please sign in to comment.