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:
@@ -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!!
|
||||
|
||||
Reference in New Issue
Block a user