Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit 3ba938f

Browse files
committed
No logging in client, yet
1 parent e712661 commit 3ba938f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def quit(self):
7070
self.loop.quit()
7171

7272
def on_command_finished(self, client, uid, command, pkgs):
73-
logging.debug("on_command_finished: %s", command)
73+
# print("on_command_finished:, command)
7474
self.notify(command, 'exit-success')
7575
self.loop.quit()
7676

0 commit comments

Comments
 (0)