remove unused pushChanges
This commit is contained in:
parent
f6cfb255a6
commit
78e48e65bd
4 changed files with 0 additions and 37 deletions
|
|
@ -58,8 +58,6 @@ class Changelog(db.Model):
|
|||
_data = _data.encode()
|
||||
state.db.session.add(c)
|
||||
state.db.session.commit()
|
||||
#if state.nodes:
|
||||
# state.nodes.queue('peered', 'pushChanges', [c.json()])
|
||||
logger.debug('record change: %s', c.json())
|
||||
|
||||
@classmethod
|
||||
|
|
@ -78,8 +76,6 @@ class Changelog(db.Model):
|
|||
_data = _data.encode()
|
||||
state.db.session.add(c)
|
||||
state.db.session.commit()
|
||||
#if state.nodes:
|
||||
# state.nodes.queue('peered', 'pushChanges', [c.json()])
|
||||
logger.debug('record change: %s', c.json())
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue