Skip to content

Commit

Permalink
debug message falsely labelled as critical.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Aug 8, 2023
1 parent 0988aa8 commit 4775af2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sarracenia/moth/mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,6 @@ def putNewMessage(self,

try:
raw_body, headers, content_type = PostFormat.exportAny( body, postFormat, self.o['topicPrefix'], self.o )
# FIXME: might
logger.critical( f" headers:{headers} format: {postFormat}, pfx: {self.o['topicPrefix']} " )
topic = '/'.join(headers['topic'])

# url-quote wildcard characters in topics.
Expand Down

0 comments on commit 4775af2

Please sign in to comment.