Commit 4c9666b7 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_document_scanner: Remove unused code

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