dev(backend): remove test log

This commit is contained in:
ShiKhu 2021-09-23 17:56:19 +02:00
parent 2bf1130b89
commit 7b5d21a220

View file

@ -36,9 +36,6 @@ func main() {
// return
// }
typeID := message.Meta().TypeID
if typeID == 70 {
log.Println("iframe here")
}
if !messages.IsReplayerType(typeID) {
return
}