Skip to content

Commit

Permalink
Delete printout
Browse files Browse the repository at this point in the history
  • Loading branch information
gen740 committed Feb 5, 2023
1 parent eb78091 commit c0650fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cppygen/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def run():

flags.extend([i for i in (args.flags or "").split(";")])
flags.extend([f"-I{i}" for i in (args.include_directories or "").split(";")])
print(flags)

for i in sources:
cppygen.parse_from_file(i, lang="cpp", flags=configs.get("flags") or [])
Expand Down

0 comments on commit c0650fd

Please sign in to comment.