Skip to content

Commit 4b0669e

Browse files
committed
Revert "AC-13683: Investigate latest patch version of grunt-eslint"
This reverts commit 8d0d56f.
1 parent 8d0d56f commit 4b0669e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/AdminNotification/view/adminhtml/web/js/grid/listing.js

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ define([
5555
if ($messagesBlock.length) {
5656
resultHeight += $messagesBlock.outerHeight();
5757
}
58-
console.log('Reproduce eslint issue');
5958

6059
if ($collapsibleBlock.length && $collapsibleBlock.is(':visible') && !closed) {
6160
resultHeight += $collapsibleBlock.outerHeight();

app/code/Magento/Bundle/view/adminhtml/web/js/bundle-product.js

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ define([
8989
update: this._updateSelectionsPositions,
9090
tolerance: 'pointer'
9191
});
92-
console.log('Reproduce eslint issue');
9392

9493
return this;
9594
},

0 commit comments

Comments
 (0)