diff options
author | unknown <Julian@.(none)> | 2010-12-25 01:27:40 +0100 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2010-12-31 04:05:54 +0100 |
commit | fd63416ab191c9c757ba8ca155f2656fcc8ce000 (patch) | |
tree | ad961e65af144e798e9ae14c7ffaf0c02128724b /src/xhr.js | |
parent | 2d4001b82c6325ac6a767294e96a8af8f920f7cd (diff) | |
download | jquery-fd63416ab191c9c757ba8ca155f2656fcc8ce000.tar.gz jquery-fd63416ab191c9c757ba8ca155f2656fcc8ce000.zip |
Removed a console.log :/
Diffstat (limited to 'src/xhr.js')
-rw-r--r-- | src/xhr.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xhr.js b/src/xhr.js index 9df512b4c..991a14501 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 ]; |