1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00

Removed breaking log and updated format for logging messages. Contains fix for #607

This commit is contained in:
zbeacon
2021-10-28 08:28:11 +03:00
parent cccd410917
commit bf859d1626
2 changed files with 2 additions and 3 deletions

View File

@@ -441,8 +441,6 @@ class TBGatewayService:
if events:
for event in events:
log.debug("Reading events: %s" % str(events))
self.counter += 1
try:
current_event = loads(event)