From 9a2fcd8a94a566c7a955173a721f2759752e39ee Mon Sep 17 00:00:00 2001 From: Johannes Jeppsson Date: Fri, 30 Aug 2024 12:21:49 +0200 Subject: [PATCH] rm print statement --- knotctl/__init__.py | 1 - 1 file changed, 1 deletion(-) 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: