Commit d709ca6c authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_document_scanner: Remove unused code

parent 085fbd3b
......@@ -299,9 +299,7 @@
]);
})
.push(function (result_list) {
var // blob_url = URL.createObjectURL(blob),
// img = domsugar('img', {src: blob_url});
bitmap = result_list[1],
var bitmap = result_list[1],
canvas = domsugar('canvas', {'class': 'canvas'}),
defer = RSVP.defer();
......
......@@ -244,7 +244,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>981.39722.8382.24115</string> </value>
<value> <string>981.39871.25821.10052</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -262,7 +262,7 @@
</tuple>
<state>
<tuple>
<float>1580782043.63</float>
<float>1580832330.08</float>
<string>UTC</string>
</tuple>
</state>
......
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