fix: get rid of a console log

This commit is contained in:
Neal Shah
2025-09-16 19:46:08 -04:00
parent a48f3e0274
commit b1facfbabd

View File

@@ -65,8 +65,6 @@ module.exports = eggspress('/drivers/call', {
({ params: body, p_data_end: p_request } = await _handle_multipart(req));
} else body = req.body;
console.log("Driver call body: ")
const interface_name = body.interface;
const test_mode = body.test_mode;