Removed a console.log :/

This commit is contained in:
unknown 2010-12-25 01:27:40 +01:00
parent 1e1a9c7eb0
commit e3f3f18927

View file

@ -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 ];