mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Removed a console.log :/
This commit is contained in:
parent
1e1a9c7eb0
commit
e3f3f18927
@ -257,8 +257,6 @@ jQuery.xhr = function( _native ) {
|
|||||||
dataConverters[ ( conversion = prev + " " + current ) ] ||
|
dataConverters[ ( conversion = prev + " " + current ) ] ||
|
||||||
dataConverters[ "* " + current ];
|
dataConverters[ "* " + current ];
|
||||||
|
|
||||||
console.log( conversion );
|
|
||||||
|
|
||||||
if ( ! oneConv && prev !== "text" && current !== "text" ) {
|
if ( ! oneConv && prev !== "text" && current !== "text" ) {
|
||||||
conv1 = dataConverters[ prev + " text" ] || dataConverters[ "* text" ];
|
conv1 = dataConverters[ prev + " text" ] || dataConverters[ "* text" ];
|
||||||
conv2 = dataConverters[ "text " + current ];
|
conv2 = dataConverters[ "text " + current ];
|
||||||
|
Loading…
Reference in New Issue
Block a user