mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-01-05 09:13:48 +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)
|
--returns a printer instance or nil (and sets error state on response in the latter case)
|
||||||
function M.createPrinterOrFail(deviceId, response)
|
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
|
local msg,printer = nil, nil
|
||||||
|
|
||||||
if deviceId == nil or deviceId == "" then
|
if deviceId == nil or deviceId == "" then
|
||||||
|
Loading…
Reference in New Issue
Block a user