Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
saerdnaer committed Oct 23, 2019
1 parent adb56e3 commit 8bae1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voctopublish/api_client/c3tt_rpc_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def set_ticket_done(self, ticket):
:return:
"""
ret = self._open_rpc("C3TT.setTicketDone", ticket)
logging.debug(str(ret))
#logging.debug(str(ret))

def set_ticket_failed(self, ticket, error):
"""
Expand Down

0 comments on commit 8bae1c8

Please sign in to comment.