remove extra debug

This commit is contained in:
Antonio J. Delgado 2025-02-17 09:49:18 +02:00
parent 4bfe099883
commit 35e9503b06

View file

@ -109,8 +109,8 @@ class MastodonEmailBridge:
for row in rows:
if row[0] in self.sent_items:
self._log.warning("Duplicate id in database '%s'", row[0])
else:
self._log.debug("Found sent item with id '%s' (%s)", row[0], type(row[0]))
# else:
# self._log.debug("Found sent item with id '%s' (%s)", row[0], type(row[0]))
self.sent_items.append(row[0])
return True