forked from oscar.krause/fastapi-dls
removed some debugging
This commit is contained in:
parent
ac811d5df7
commit
7b2428ea38
@ -41,7 +41,6 @@ class Origin(Base):
|
||||
def create_or_update(engine: Engine, origin: "Origin"):
|
||||
session = sessionmaker(bind=engine)()
|
||||
entity = session.query(Origin).filter(Origin.origin_ref == origin.origin_ref).first()
|
||||
print(entity)
|
||||
if entity is None:
|
||||
session.add(origin)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user