Skip to content

Commit

Permalink
f8
Browse files Browse the repository at this point in the history
  • Loading branch information
afourmy committed Oct 30, 2018
1 parent 8dbeb45 commit e2d0f54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eNMS/base/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def factory(cls_name, **kwargs):
if instance:
instance.update(**kwargs)
else:
print(kwargs)
instance = classes[cls_name](**kwargs)
db.session.add(instance)
db.session.commit()
Expand Down

0 comments on commit e2d0f54

Please sign in to comment.