mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-05-22 19:26:05 +01:00
remove unused reference to function
This commit is contained in:
+1
-7
@@ -13,7 +13,7 @@ from troggle.core.models.logbooks import QM
|
|||||||
from troggle.core.models.survex import SurvexBlock, SurvexFile, SurvexPersonRole, SurvexStation
|
from troggle.core.models.survex import SurvexBlock, SurvexFile, SurvexPersonRole, SurvexStation
|
||||||
from troggle.core.models.troggle import DataIssue, Expedition
|
from troggle.core.models.troggle import DataIssue, Expedition
|
||||||
from troggle.core.models.wallets import Wallet
|
from troggle.core.models.wallets import Wallet
|
||||||
from troggle.core.utils import chaosmonkey, get_process_memory, write_and_commit
|
from troggle.core.utils import chaosmonkey, get_process_memory
|
||||||
from troggle.parsers.caves import AREACODES, ARGEAREAS, create_new_cave, do_ARGE_cave
|
from troggle.parsers.caves import AREACODES, ARGEAREAS, create_new_cave, do_ARGE_cave
|
||||||
from troggle.parsers.people import GetPersonExpeditionNameLookup, known_foreigner
|
from troggle.parsers.people import GetPersonExpeditionNameLookup, known_foreigner
|
||||||
|
|
||||||
@@ -1374,12 +1374,6 @@ class LoadingSurvex:
|
|||||||
print("\n",message,file=sys.stderr)
|
print("\n",message,file=sys.stderr)
|
||||||
stash_data_issue(parser="survex", message=message)
|
stash_data_issue(parser="survex", message=message)
|
||||||
|
|
||||||
# try:
|
|
||||||
# cave_file = cave.file_output()
|
|
||||||
# write_and_commit([cave_file], f"{cave} Update of cave.survex_file when parsing {svxid}.svx")
|
|
||||||
# except
|
|
||||||
# raise
|
|
||||||
|
|
||||||
if not newfile.primary:
|
if not newfile.primary:
|
||||||
message = f" ! .primary NOT SET in new SurvexFile {svxid} "
|
message = f" ! .primary NOT SET in new SurvexFile {svxid} "
|
||||||
print(message)
|
print(message)
|
||||||
|
|||||||
Reference in New Issue
Block a user