Commit 3216e7e7 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

more comments

parent f8b0c648
......@@ -144,8 +144,7 @@
// if JP4/JP46 it will work through webworker and exit later on workers message
Elphel.Canvas.drawScaled(cnv_working,cnv_display,settings.width);
console.log("#"+elem.attr("id")+", jpeg image drawn: "+(Date.now()-TX)/1000+" s");
TX = Date.now();
console.log("#"+elem.attr("id")+", Total time: "+(Date.now()-T0)/1000+" s");
$(this).trigger("canvas_ready");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment