Skip to content

Commit

Permalink
Removed commit that prevented import being non-destructive
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Feb 15, 2015
1 parent 14f3d78 commit e5b8315
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,6 @@ def changeStation(matches):
""", [systemID, name])
newID = inscur.lastrowid
stationByName[facility] = newID
db.commit()
tdenv.NOTE("Added local station placeholder for {} (#{})",
facility, newID
)
Expand Down

0 comments on commit e5b8315

Please sign in to comment.