Skip to content

Commit a339c9f

Browse files
author
tonykakuuu
committed
Unused variable
1 parent 4584469 commit a339c9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/txtreader/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ function showFileSelector() {
1919
}
2020

2121
function onFileSelected(file) {
22-
const fileSize = require("Storage").read(file, 0, 0).length;
2322
const chunkSize = 1024;
2423
let currentOffset = 0;
2524
let currentPage = 1;

0 commit comments

Comments
 (0)