diff --git a/knotctl/__init__.py b/knotctl/__init__.py index f0aa60d..b4123aa 100755 --- a/knotctl/__init__.py +++ b/knotctl/__init__.py @@ -114,7 +114,6 @@ def run_config( config_data.pop("password", None) output(config_data) return - print("hope i'm not here") if not baseurl: needed.append("baseurl") if not username: