From: unknown Date: Sat, 25 Dec 2010 00:27:40 +0000 (+0100) Subject: Removed a console.log :/ X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=fd63416ab191c9c757ba8ca155f2656fcc8ce000 Removed a console.log :/ --- 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 ];