From 990fa73d27bbb20489c9506e1e02c8a4b86e3d68 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Thu, 3 Jun 2021 09:50:58 +0200 Subject: [PATCH] remove debug --- plugins/hub/sidetag_hub.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/hub/sidetag_hub.py b/plugins/hub/sidetag_hub.py index 2d184f42..5ce0e4d9 100644 --- a/plugins/hub/sidetag_hub.py +++ b/plugins/hub/sidetag_hub.py @@ -314,7 +314,6 @@ def handle_sidetag_untag(cbtype, *args, **kws): # read config and register if not CONFIG: CONFIG = koji.read_config_files(CONFIG_FILE, raw=True) - print(open(CONFIG_FILE).read()) if CONFIG.has_option("sidetag", "remove_empty") and CONFIG.getboolean( "sidetag", "remove_empty" ):