X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fxhr.js;h=991a14501daddff1f9641a8544b34ae9da39a492;hb=fd63416ab191c9c757ba8ca155f2656fcc8ce000;hp=9df512b4cb26d8d419e830c1d7742e6549529ccc;hpb=2d4001b82c6325ac6a767294e96a8af8f920f7cd;p=jquery.git diff --git a/src/xhr.js b/src/xhr.js index 9df512b..991a145 100644 --- a/src/xhr.js +++ b/src/xhr.js @@ -257,8 +257,6 @@ jQuery.xhr = function( _native ) { dataConverters[ ( conversion = prev + " " + current ) ] || dataConverters[ "* " + current ]; - console.log( conversion ); - if ( ! oneConv && prev !== "text" && current !== "text" ) { conv1 = dataConverters[ prev + " text" ] || dataConverters[ "* text" ]; conv2 = dataConverters[ "text " + current ];