xsecurelock: more less debug print

This commit is contained in:
Vincent Bernat 2021-12-26 18:36:47 +01:00
parent e3f120e6b1
commit 852cb4967b

View file

@ -199,7 +199,6 @@ if __name__ == "__main__":
gio_event_args = (None, None, None, Gio.FileMonitorEvent.CHANGES_DONE_HINT)
if ctx.background_image:
print(ctx.background_image)
gfile = Gio.File.new_for_path(ctx.background_image)
monitor1 = gfile.monitor_file(Gio.FileMonitorFlags.WATCH_MOVES, None)
monitor1.connect("changed", on_background_change, ctx)