Skip to content

Commit

Permalink
Remove print line in model (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
feng-tao committed Sep 4, 2019
1 parent 0b42aa0 commit 469f132
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion databuilder/models/user.py
Expand Up @@ -131,7 +131,6 @@ def create_nodes(self):
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
Expand Down

0 comments on commit 469f132

Please sign in to comment.