File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 13521352
13531353 // add send log for upload error
13541354 if ( ! op . disable_statistics_report ) {
1355- console . log ( 334 ) ;
13561355 var matchedGroups = ( err && err . responseHeaders && err . responseHeaders . match ) ? err . responseHeaders . match ( / ( X - R e q i d \: \ ) ( [ \w \. \% - ] * ) / ) : [ ] ;
13571356 console . log ( err ) ;
13581357 var req_id = matchedGroups [ 2 ] . replace ( / [ \r \n ] / g, "" ) ;
13811380 // - get downtoken from downtoken_url if bucket is private
13821381 // - invoke mkfile api to compose chunks if upload strategy is chunk upload
13831382 uploader . bind ( 'FileUploaded' , ( function ( _FileUploaded_Handler ) {
1384- console . log ( 123 ) ;
13851383 return function ( up , file , info ) {
13861384 logger . debug ( "FileUploaded event activated" ) ;
13871385 logger . debug ( "FileUploaded file: " , file ) ;
15431541 var nowTime = new Date ( ) ;
15441542 // add cancel log
15451543 if ( ! op . disable_statistics_report ) {
1546- console . log ( 223 ) ;
15471544 for ( var i = 0 ; i < files . length ; i ++ ) {
15481545 statisticsLogger . log (
15491546 ExtraErrors . Cancelled ,
You can’t perform that action at this time.
0 commit comments