Skip to content

Commit e09a4a6

Browse files
authored
remove unnecessary line (#379)
1 parent 4518cf7 commit e09a4a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: js/api-usage-tensor-image/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ <h3>Image from tensor (ImageData)</h3>
6565
}
6666

6767
function main() {
68-
var img = document.getElementById("original-image");
6968
document.getElementById("file-in").onchange = function (evt) {
7069
let target = evt.target || window.event.src, files = target.files;
7170
if (FileReader && files && files.length) {

0 commit comments

Comments
 (0)