summaryrefslogtreecommitdiffstats
path: root/parsers/QMs.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip@Muscogee.localdomain>2020-04-28 18:26:08 +0100
committerPhilip Sargent <philip@Muscogee.localdomain>2020-04-28 18:26:08 +0100
commitb4c0c4d21922f99e99906f934d1e261cefda3915 (patch)
treeceb529912aa7e481937d27955deeac1a767b39aa /parsers/QMs.py
parent4be8c8129183888c8a0d62536ee6009a99dc53fb (diff)
downloadtroggle-b4c0c4d21922f99e99906f934d1e261cefda3915.tar.gz
troggle-b4c0c4d21922f99e99906f934d1e261cefda3915.tar.bz2
troggle-b4c0c4d21922f99e99906f934d1e261cefda3915.zip
Understanding and speeding up LoadPos
Diffstat (limited to 'parsers/QMs.py')
-rw-r--r--parsers/QMs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/QMs.py b/parsers/QMs.py
index 602b7af..47e6bc7 100644
--- a/parsers/QMs.py
+++ b/parsers/QMs.py
@@ -77,7 +77,7 @@ def parseCaveQMs(cave,inputFile):
except QM.DoesNotExist: #if there is no pre-existing QM, save the new one
newQM.save()
- print("QM "+str(newQM) + ' added to database\r')
+ # print("QM "+str(newQM) + ' added to database\r')
except KeyError: #check on this one
continue