Remove print statement
This commit is contained in:
parent
6b98f7b7a9
commit
d2f3165fe8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user