remove console log
This commit is contained in:
parent
92e0a23c30
commit
547abb0eed
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user