Explorar o código

Hided low memory upload console log

TC pushbot 5 %!s(int64=4) %!d(string=hai) anos
pai
achega
0f11f1a0f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;