diff options
Diffstat (limited to 'parsers/QMs.py')
-rw-r--r-- | parsers/QMs.py | 2 |
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 |