mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 16:40:41 +00:00
fix: get rid of a console log
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user