diff --git a/cfbs/commands.py b/cfbs/commands.py index 34c2121e..bf6dd771 100644 --- a/cfbs/commands.py +++ b/cfbs/commands.py @@ -211,7 +211,6 @@ def init_command(index=None, masterfiles=None, non_interactive=False) -> int: config["git"] = do_git data = pretty(config, CFBS_DEFAULT_SORTING_RULES) + "\n" - print(data) with open(cfbs_filename(), "w") as f: f.write(data) assert is_cfbs_repo()