dont use print
This commit is contained in:
parent
9747f27d31
commit
2bad1b30d2
4 changed files with 3 additions and 6 deletions
|
|
@ -441,7 +441,7 @@ class Changelog(db.Model):
|
|||
data = peer.json(['username', 'contact'])
|
||||
action[peer_id] = [revision, timestamp, data]
|
||||
else:
|
||||
print('unknonw action', data)
|
||||
logger.debug('unknonw action %s', data)
|
||||
_changes = []
|
||||
for op in list(changes):
|
||||
if not changes[op]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue