Skip to content

Commit 8e13145

Browse files
committed
Revert "Merge pull request #9428 from GilbertCherrie/remove_console_log_jquery"
This reverts commit 6e3fa2b, reversing changes made to 8de0610.
1 parent 0cfaf99 commit 8e13145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/javascript/oldjs/jquery_overrides.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ $.ajaxSetup({
5959
return text;
6060
}),
6161
'text script': logError(function(text) {
62+
console.log(text);
6263
if (text.match(/^{/)) {
6364
return jQuery.jsonPayload(text, function(text) {
6465
return text;

0 commit comments

Comments
 (0)