mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Remove a print() meant for testing
This commit is contained in:
parent
61dd2b83af
commit
b6ece5cc9e
1 changed files with 0 additions and 2 deletions
|
@ -194,8 +194,6 @@ class BlueprintApp:
|
||||||
for item in tokens:
|
for item in tokens:
|
||||||
tokenized_str += str(item)
|
tokenized_str += str(item)
|
||||||
|
|
||||||
print(tokenized_str)
|
|
||||||
|
|
||||||
if data != tokenized_str:
|
if data != tokenized_str:
|
||||||
if not opts.check:
|
if not opts.check:
|
||||||
file.seek(0)
|
file.seek(0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue