Skip to content

Commit c0650fd

Browse files
committed
Delete printout
1 parent eb78091 commit c0650fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cppygen/__main__.py

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def run():
6767

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

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

0 commit comments

Comments
 (0)