diff --git a/python/extract.py b/python/extract.py index a6e4110..655bc73 100644 --- a/python/extract.py +++ b/python/extract.py @@ -129,7 +129,5 @@ elif len(sys.argv) > 1: else: p = "/home/fordj/SOURCES/FORDJ/fordjx/hackathon-zurich/ifc/" + filename + ".ifc" compute_server(filename,p) - else: - print(os.listdir("../ifc")) else: print("extract [filepath]")