Unverified Commit 469f132c authored by Tao Feng's avatar Tao Feng Committed by GitHub

Remove print line in model (#141)

parent 0b42aa07
......@@ -131,7 +131,6 @@ class User(Neo4jCsvSerializable):
result_node[User.USER_NODE_UPDATED_AT] = self.updated_at if self.updated_at else 0
if self.attrs:
print(self.attrs)
for k, v in self.attrs.items():
if k not in result_node:
result_node[k] = v
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment