From b4c0c4d21922f99e99906f934d1e261cefda3915 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 28 Apr 2020 18:26:08 +0100 Subject: Understanding and speeding up LoadPos --- parsers/QMs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsers/QMs.py') 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 -- cgit v1.2.3