feat(db): removed debug log
This commit is contained in:
parent
3673a02483
commit
69aa9aca3a
1 changed files with 0 additions and 1 deletions
|
|
@ -739,7 +739,6 @@ func (c *connectorImpl) InsertCustom(session *sessions.Session, msg *messages.Cu
|
|||
"payload": msg.Payload,
|
||||
}
|
||||
}
|
||||
log.Printf("custom event's payload: %s", customPayload)
|
||||
|
||||
eventTime := datetime(msg.Timestamp)
|
||||
if err := c.batches["custom"].Append(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue