git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1e1a9c7
)
Removed a console.log :/
author
unknown
<Julian@.(none)>
Sat, 25 Dec 2010 00:27:40 +0000
(
01:27
+0100)
committer
unknown
<Julian@.(none)>
Sat, 25 Dec 2010 00:27:40 +0000
(
01:27
+0100)
src/xhr.js
patch
|
blob
|
history
diff --git
a/src/xhr.js
b/src/xhr.js
index
45e9aa7
..
8c26bc8
100644
(file)
--- a/
src/xhr.js
+++ b/
src/xhr.js
@@
-257,8
+257,6
@@
jQuery.xhr = function( _native ) {
dataConverters[ ( conversion = prev + " " + current ) ] ||
dataConverters[ "* " + current ];
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 ];
if ( ! oneConv && prev !== "text" && current !== "text" ) {
conv1 = dataConverters[ prev + " text" ] || dataConverters[ "* text" ];
conv2 = dataConverters[ "text " + current ];