Skip to content
Snippets Groups Projects
Verified Commit 1b5f634b authored by David Hoese's avatar David Hoese
Browse files

Fix bad log message in legacy db insert

parent 7c095119
No related branches found
No related tags found
No related merge requests found
...@@ -67,9 +67,6 @@ def main(): ...@@ -67,9 +67,6 @@ def main():
LOG.info("Initializing DB with %s", args.dburl) LOG.info("Initializing DB with %s", args.dburl)
legacy_db.init_model(args.dburl) legacy_db.init_model(args.dburl)
LOG.info("source: %s", args.src)
LOG.info("tail: %s", args.tail)
station = legacy_db.Station.query.filter_by(name=args.station).first() station = legacy_db.Station.query.filter_by(name=args.station).first()
legacy_db.Session.commit() legacy_db.Session.commit()
if not station: if not station:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment