Remove a print() meant for testing

This commit is contained in:
gregorni 2023-06-24 19:48:28 +02:00
parent 61dd2b83af
commit b6ece5cc9e

View file

@ -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)