Skip to content

Commit 116422d

Browse files
authored
Merge pull request #103 from aliceinwire/fixes
config: Remove debugging leftover
2 parents 49a8828 + 787d1f7 commit 116422d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)