dont print filename lol

This commit is contained in:
ktyl 2022-05-27 00:39:32 +01:00
parent 0a89675cca
commit b615241f8c
1 changed files with 0 additions and 2 deletions

2
ppp.py
View File

@ -44,8 +44,6 @@ def preprocess_file(path):
include_path = inc
break
print(include_path)
preprocess_file(include_path)
continue