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" ):