rm print statement

This commit is contained in:
Johannes Jeppsson 2024-08-30 12:21:49 +02:00
parent 69a70bcd0e
commit 9a2fcd8a94
No known key found for this signature in database
GPG key ID: 712C9B21DF0F25A2

View file

@ -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: