dont use print

This commit is contained in:
j 2016-02-07 18:24:07 +05:30
commit 2bad1b30d2
4 changed files with 3 additions and 6 deletions

View file

@ -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]: