Skip to content

Commit b528b56

Browse files
committed
remove debug statement
1 parent 755978d commit b528b56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyclowder/connectors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,6 @@ def process_messages(self, channel):
711711
while self.messages:
712712
with self.lock:
713713
msg = self.messages.pop(0)
714-
logging.getLogger(__name__).info("Received %s." % msg["type"])
715714

716715
if msg["type"] == 'status':
717716
if self.header.reply_to:

0 commit comments

Comments
 (0)