From ffc2d9729b296ac2bf5851ade8a38d5f0667ea15 Mon Sep 17 00:00:00 2001 From: Muhammad Zaid Bamber <42027217+zaidbamber161@users.noreply.github.com> Date: Tue, 30 Jul 2019 14:14:04 +0500 Subject: [PATCH] Revert "Added logs for XQueue Information" --- common/lib/capa/capa/xqueue_interface.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/lib/capa/capa/xqueue_interface.py b/common/lib/capa/capa/xqueue_interface.py index f269b70e77..b70b6b9548 100644 --- a/common/lib/capa/capa/xqueue_interface.py +++ b/common/lib/capa/capa/xqueue_interface.py @@ -104,8 +104,6 @@ class XQueueInterface(object): if error != 0: # when the login fails log.debug("Failed to login to queue: %s", content) - log.info(u"Login failed content information : {content} with error: {error}".format( - content=content, error=error)) return (error, content) if files_to_upload is not None: # Need to rewind file pointers