This commit is contained in:
邹宗楠
2025-05-07 11:29:36 +08:00
parent 119d72a45a
commit 356ad15b45
4 changed files with 8 additions and 9 deletions

View File

@@ -250,7 +250,6 @@ func ReadMsgFromVendor(vendorID int, elmAppID string, msg []byte) error {
LatestMsg: ElmData.PayLoad.Content,
LatestTime: int(ElmData.PayLoad.CreateTime / 1000),
}
globals.SugarLogger.Debugf("elm userList=%s", utils.Format4Output(userList, false))
}