From 6c446628fde7abf546345a645a1c01ad0f77f358 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 29 Oct 2020 14:27:57 -0400 Subject: [PATCH] Remove debug comment --- api/ECNQueue.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/ECNQueue.py b/api/ECNQueue.py index 901bc92..3e362a5 100644 --- a/api/ECNQueue.py +++ b/api/ECNQueue.py @@ -28,7 +28,6 @@ currentFileDirectory = os.path.dirname(currentFilePath) currentFileDirectoryParent = os.path.dirname(currentFileDirectory) queueDirectory = os.path.join(currentFileDirectoryParent, "q-snapshot") -#queueDirectory = "/usr/site/uds/qcopy/11" # Queues to not load in getQueues() queuesToIgnore = ["archives", "drafts", "inbox"]