2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 04:10:50 +00:00

remove autologbooks function

This commit is contained in:
Philip Sargent
2021-04-27 00:31:23 +01:00
parent e6eeaf1674
commit 9e7414e0e0
2 changed files with 3 additions and 29 deletions

View File

@@ -159,7 +159,6 @@ def memdumpsql(fn):
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# These functions moved to a different file - not used currently.
# import logbooksdump
# def import_auto_logbooks():
# def dumplogbooks():
# def writeCaves():
@@ -352,7 +351,6 @@ def usage():
drawings - read in the Tunnel & Therion files - which scans the survey scans too
survex - read in the survex files - all the survex blocks and entrances x/y/z
autologbooks - Not used. read in autologbooks (what are these?)
dumplogbooks - Not used. write out autologbooks (not working?)
and [runlabel] is an optional string identifying this run of the script
@@ -412,8 +410,6 @@ if __name__ == "__main__":
jq.enq("survex",import_loadpos)
elif "drawings" in sys.argv:
jq.enq("drawings",import_drawingsfiles)
elif "autologbooks" in sys.argv: # untested in 2020
import_auto_logbooks()
elif "dumplogbooks" in sys.argv: # untested in 2020
dumplogbooks()
# elif "writecaves" in sys.argv: # untested in 2020 - will overwrite input files!!