Skip to content

Commit 787d1f7

Browse files
committed
config: Remove debugging leftover
Signed-off-by: Arisu Tachibana <arisu.tachibana@miraclelinux.com>
1 parent 49a8828 commit 787d1f7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

kcidev/subcommands/config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def add_config(fpath):
5151
)
5252
poetry_example_configuration = os.path.normpath(poetry_example_configuration)
5353
if os.path.isfile(poetry_example_configuration):
54-
kci_msg("here1")
5554
config = True
5655
if not os.path.exists(dpath) and dpath != "":
5756
# copy config
@@ -64,7 +63,6 @@ def add_config(fpath):
6463
)
6564
pypi_example_configuration = os.path.normpath(pypi_example_configuration)
6665
if os.path.isfile(pypi_example_configuration):
67-
kci_msg("here2")
6866
config = True
6967
if not os.path.exists(dpath) and dpath != "":
7068
# copy config

0 commit comments

Comments
 (0)