Skip to content
Permalink
Browse files
Removed a console.log :/
  • Loading branch information
unknown authored and unknown committed Dec 25, 2010
1 parent 1e1a9c7 commit e3f3f18
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 e3f3f18

Please sign in to comment.