0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-26 03:21:22 +02:00

less debug

This commit is contained in:
peteruithoven 2013-08-07 20:37:05 +02:00
parent 395ac53497
commit ba1ca3e322

View File

@ -152,10 +152,7 @@ function M.temperature(request, response)
f:close()
local hotend, hotendTarget, bed, bedTarget = tempText:match('T:(.*)%s+/(.*)%s+B:(.*)%s/(.*)%s+@.*')
log:debug(" hotend: ")
log:debug(hotend)
response:setSuccess()
if withRaw then response:addData('raw', tempText) end