Skip to content

Commit 96243c8

Browse files
Remove console log from jquery override
1 parent 8de0610 commit 96243c8

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)