From e5b8315824db6dd3abcddd0c839a4ccb086f0df2 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 14 Feb 2015 23:44:10 -0800 Subject: [PATCH] Removed commit that prevented import being non-destructive --- cache.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cache.py b/cache.py index 8ceafc8c..8f0d9549 100644 --- a/cache.py +++ b/cache.py @@ -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 )