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

Commit

Permalink
No logging in client, yet
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Sep 11, 2017
1 parent e712661 commit 3ba938f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def quit(self):
self.loop.quit()

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

Expand Down

0 comments on commit 3ba938f

Please sign in to comment.