From 0565c0b9a43e36e5c461468645070816314f9921 Mon Sep 17 00:00:00 2001 From: cynic Date: Tue, 4 Oct 2022 18:09:04 -0400 Subject: [PATCH] left some debug stuff in~ --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 009fe25..2aa311c 100644 --- a/main.py +++ b/main.py @@ -11,7 +11,6 @@ f = open(sys.argv[1]).read() def expand(file, path): working_directory = pathlib.Path(path).parent.resolve() - print(working_directory) tmp = file.replace("\\\n", "").split("\n") defs = {} for idx, i in enumerate(tmp):