Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Whitchurch committed Jun 13, 2024
1 parent e4e49ef commit ecd7c80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/insert-includes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecd7c80

Please sign in to comment.