mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-01-03 08:13:49 +01:00
Disable log message in createPrinterOrFail.
This commit is contained in:
parent
6dae2054c5
commit
ba09807859
@ -55,7 +55,7 @@ end
|
||||
--returns a printer instance or nil (and sets error state on response in the latter case)
|
||||
function M.createPrinterOrFail(deviceId, response)
|
||||
|
||||
log:info("API:printer:createPrinterOrFail: "..utils.dump(deviceId))
|
||||
--log:debug("API:printer:createPrinterOrFail: "..utils.dump(deviceId))
|
||||
local msg,printer = nil, nil
|
||||
|
||||
if deviceId == nil or deviceId == "" then
|
||||
|
Loading…
Reference in New Issue
Block a user