From 787d1f710ee261282b5dcb5410aabcf0d292180f Mon Sep 17 00:00:00 2001 From: Arisu Tachibana Date: Thu, 23 Jan 2025 21:10:33 +0900 Subject: [PATCH] config: Remove debugging leftover Signed-off-by: Arisu Tachibana --- kcidev/subcommands/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/kcidev/subcommands/config.py b/kcidev/subcommands/config.py index e75df22..8b5ee90 100644 --- a/kcidev/subcommands/config.py +++ b/kcidev/subcommands/config.py @@ -51,7 +51,6 @@ def add_config(fpath): ) poetry_example_configuration = os.path.normpath(poetry_example_configuration) if os.path.isfile(poetry_example_configuration): - kci_msg("here1") config = True if not os.path.exists(dpath) and dpath != "": # copy config @@ -64,7 +63,6 @@ def add_config(fpath): ) pypi_example_configuration = os.path.normpath(pypi_example_configuration) if os.path.isfile(pypi_example_configuration): - kci_msg("here2") config = True if not os.path.exists(dpath) and dpath != "": # copy config