2
0
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:
Philip Sargent
2020-04-28 18:26:08 +01:00
parent 4be8c81291
commit b4c0c4d219
3 changed files with 80 additions and 25 deletions

View File

@@ -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