Index: branches/new-upload/phase3/js2/mwEmbed/libAddMedia/mvFirefogg.js |
— | — | @@ -536,8 +536,7 @@ |
537 | 537 | else if( _this.fogg.state == 'upload done' || _this.fogg.state == 'done' ) { |
538 | 538 | js_log( 'firefogg:upload done: '); |
539 | 539 | //if in "post" upload mode read the html response (should be depricated): |
540 | | - if( _this.upload_mode == 'post' && _this.api_url ) { |
541 | | - js_log( 'done upload response is: ' + cat["responseText"] ); |
| 540 | + if( _this.upload_mode == 'post' && _this.api_url ) { |
542 | 541 | _this.procPageResponse( response_text ); |
543 | 542 | }else if( _this.upload_mode == 'api'){ |
544 | 543 | if( _this.fogg.resultUrl ){ |