From 57ceb3291e4b68a8912d82f25f54e3cc854a4262 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 16 Dec 2023 14:31:55 -0500 Subject: [PATCH] removed debugging oops --- apprise/plugins/NotifyQT.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/apprise/plugins/NotifyQT.py b/apprise/plugins/NotifyQT.py index 2e17638262..bba5c3ba5a 100644 --- a/apprise/plugins/NotifyQT.py +++ b/apprise/plugins/NotifyQT.py @@ -33,8 +33,6 @@ from ..utils import parse_bool from ..AppriseLocale import gettext_lazy as _ -import pdb -pdb.set_trace() # Image support is dependant on the GdkPixbuf library being available NOTIFY_QT_IMAGE_SUPPORT = False