diff --git a/apps/txtreader/app.js b/apps/txtreader/app.js index bc6bec708..df61a2783 100644 --- a/apps/txtreader/app.js +++ b/apps/txtreader/app.js @@ -19,7 +19,6 @@ function showFileSelector() { } function onFileSelected(file) { - const fileSize = require("Storage").read(file, 0, 0).length; const chunkSize = 1024; let currentOffset = 0; let currentPage = 1;