From e3f3f1892747004f86111fe17a8ed2e50c5d989e Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 25 Dec 2010 01:27:40 +0100 Subject: [PATCH] Removed a console.log :/ --- src/xhr.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xhr.js b/src/xhr.js index 45e9aa7..8c26bc8 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 ]; -- 1.7.10.4