remove console log
This commit is contained in:
parent
d396da7cea
commit
4554e7935a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user