Skip to content

Commit 6e3fa2b

Browse files
authored
Merge pull request #9428 from GilbertCherrie/remove_console_log_jquery
Remove console log from jquery override
2 parents 8de0610 + 96243c8 commit 6e3fa2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/javascript/oldjs/jquery_overrides.js

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

0 commit comments

Comments
 (0)