Remove print statement

This commit is contained in:
Tom 2025-03-25 15:07:06 +00:00
parent 6b98f7b7a9
commit d2f3165fe8

View File

@ -136,7 +136,6 @@ class Qube:
indent = (len(line) - len(stripped)) // 4
if initial_indent is None:
initial_indent = indent
print(f"Initial indent {initial_indent}")
indent = indent - initial_indent
# Split multiple key=value parts into nested structure