From b615241f8c5d5e5e332e5cdd1a53979447ab36e3 Mon Sep 17 00:00:00 2001 From: ktyl Date: Fri, 27 May 2022 00:39:32 +0100 Subject: [PATCH] dont print filename lol --- ppp.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ppp.py b/ppp.py index 23ff967..9c3e3f0 100644 --- a/ppp.py +++ b/ppp.py @@ -44,8 +44,6 @@ def preprocess_file(path): include_path = inc break - print(include_path) - preprocess_file(include_path) continue