From 990fa73d27bbb20489c9506e1e02c8a4b86e3d68 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jun 03 2021 13:23:56 +0000 Subject: remove debug --- diff --git a/plugins/hub/sidetag_hub.py b/plugins/hub/sidetag_hub.py index 2d184f4..5ce0e4d 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" ):