Selaa lähdekoodia

Hided low memory upload console log

TC pushbot 5 4 vuotta sitten
vanhempi
commit
0f11f1a0f0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;