aboutsummaryrefslogtreecommitdiffstats
path: root/src/xhr.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/xhr.js')
-rw-r--r--src/xhr.js2
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 ];