mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-14 00:37:12 +00:00
Understanding and speeding up LoadPos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user