Skip to content

Commit 8fa6885

Browse files
committed
Remove uneeded line.
1 parent c3e5b61 commit 8fa6885

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PyFunceble/cli/system/integrator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ def inject_into_config(self) -> "SystemIntegrator":
130130

131131
if key in flatten_config:
132132
if isinstance(flatten_config[key], bool) and isinstance(value, bool):
133-
print(flatten_config[key], key, value, not flatten_config)
134133
to_update[key] = not flatten_config[key]
135134
else:
136135
to_update[key] = value

0 commit comments

Comments
 (0)