Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 31, 2021
1 parent 253577c commit 63710da
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions xpra/x11/bindings/core_bindings.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ def X11CoreBindings():
singleton = X11CoreBindingsInstance()
return singleton

#for debugging, we can hook this function which will log the caller:
def caller_logger(*args):
import sys
f = sys._getframe(1)
c = f.f_code
log.info("noop: %s %s %s %s", c.co_name, f.f_back, c.co_filename, f.f_lineno)

def noop(*args):
pass

Expand Down

0 comments on commit 63710da

Please sign in to comment.