File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -258,8 +258,8 @@ function QiniuJsSDK() {
258258
259259 } else if ( isSpecialSafari ) {
260260 // win7 safari / iOS7 safari have bug when in chunk upload mode
261- //reset chunk_size to 0
262- //disable chunk in special version safari
261+ // reset chunk_size to 0
262+ // disable chunk in special version safari
263263 op . chunk_size = 0 ;
264264 } else {
265265 BLOCK_BITS = 20 ;
@@ -378,7 +378,6 @@ function QiniuJsSDK() {
378378
379379 var chunk_size = up . getOption && up . getOption ( 'chunk_size' ) ;
380380 chunk_size = chunk_size || ( up . settings && up . settings . chunk_size ) ;
381- console . log ( uploader . runtime ) ;
382381 if ( uploader . runtime === 'html5' && chunk_size ) {
383382 if ( file . size < chunk_size ) {
384383 directUpload ( up , file , that . key_handler ) ;
You can’t perform that action at this time.
0 commit comments