remove debug print

This commit is contained in:
Brandon Whitchurch
2024-06-13 09:18:44 -07:00
parent e4e49ef898
commit ecd7c805a4

View File

@@ -65,7 +65,6 @@ def process_helper(in_fname, out_f, inc_dirs, replaced_includes):
"""
Helper function to DFS through include files and replace includes.
"""
print(f"DFS state: {replaced_includes}")
include_regex = re.compile(r"^ *`include +\"(.*)\"")
# slurp the input file.
# this avoids having a bunch of fds open during recursion