Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Apr 17, 2022
1 parent 90a20f9 commit 15e4ca4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xpra/scripts/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ def detect_xvfb_command(conf_dir="/etc/xpra/", bin_dir=None,

def detect_xdummy_command(conf_dir="/etc/xpra/", bin_dir=None,
Xdummy_wrapper_ENABLED=None, warn_fn=warn):
print("detect_xdummy_command%s" % ((conf_dir, bin_dir, Xdummy_wrapper_ENABLED, warn_fn),))
xorg_bin = get_xorg_bin()
if Xdummy_wrapper_ENABLED is not None:
#honour what was specified:
Expand Down

0 comments on commit 15e4ca4

Please sign in to comment.