Removed a console.log :/
authorunknown <Julian@.(none)>
Sat, 25 Dec 2010 00:27:40 +0000 (01:27 +0100)
committerjaubourg <j@ubourg.net>
Fri, 31 Dec 2010 03:05:54 +0000 (04:05 +0100)
src/xhr.js

index 9df512b..991a145 100644 (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 ];