From b6ece5cc9e11538ec8bb9160dec5bdd4abd6b3dc Mon Sep 17 00:00:00 2001 From: gregorni Date: Sat, 24 Jun 2023 19:48:28 +0200 Subject: [PATCH] Remove a print() meant for testing --- blueprintcompiler/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/blueprintcompiler/main.py b/blueprintcompiler/main.py index a783e45..b46f1d5 100644 --- a/blueprintcompiler/main.py +++ b/blueprintcompiler/main.py @@ -194,8 +194,6 @@ class BlueprintApp: for item in tokens: tokenized_str += str(item) - print(tokenized_str) - if data != tokenized_str: if not opts.check: file.seek(0)