1
0
mirror of synced 2025-01-19 08:37:26 +01:00

remove console log

This commit is contained in:
ghkkk090 2022-08-26 09:36:55 +07:00
parent 92e0a23c30
commit 547abb0eed

View File

@ -556,7 +556,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;