Skip to content
Permalink
Browse files
Removed a console.log :/
  • Loading branch information
unknown authored and jaubourg committed Dec 31, 2010
1 parent 2d4001b commit fd63416
Showing 1 changed file with 0 additions and 2 deletions.
@@ -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 ];

0 comments on commit fd63416

Please sign in to comment.