Skip to content

Commit

Permalink
Removed a console.log :/
Browse files Browse the repository at this point in the history
  • 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.
2 changes: 0 additions & 2 deletions src/xhr.js
Expand Up @@ -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 ];
Expand Down

0 comments on commit e3f3f18

Please sign in to comment.