1
0
mirror of synced 2024-12-04 19:17:58 +01:00

remove console log

This commit is contained in:
ghkkk090 2022-09-06 19:24:34 +07:00
parent d396da7cea
commit 4554e7935a

View File

@ -588,7 +588,6 @@ export default class CarModule extends Module {
// Get the request body for the update car request
let body = wm.wm.protobuf.UpdateCarRequest.decode(req.body);
console.log(body);
// Get the ghost result for the car
let cars = body?.car;