Ver código fonte

Hided low memory upload console log

TC pushbot 5 4 anos atrás
pai
commit
0f11f1a0f0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      web/SystemAO/file_system/file_explorer.html

+ 1 - 1
web/SystemAO/file_system/file_explorer.html

@@ -4121,7 +4121,7 @@
                     var offsetEnd = id*uploadFileChunkSize + uploadFileChunkSize;
                     var thisblob = file.slice(offsetStart,offsetEnd);
                     socket.send(thisblob);
-                    console.log(id + "/" + chunks);
+                    //console.log(id + "/" + chunks);
 
                     //Update progress to first percentage
                     var progress = id / (chunks-1) * 100.0;