We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0d56f commit 4b0669eCopy full SHA for 4b0669e
app/code/Magento/AdminNotification/view/adminhtml/web/js/grid/listing.js
@@ -55,7 +55,6 @@ define([
55
if ($messagesBlock.length) {
56
resultHeight += $messagesBlock.outerHeight();
57
}
58
- console.log('Reproduce eslint issue');
59
60
if ($collapsibleBlock.length && $collapsibleBlock.is(':visible') && !closed) {
61
resultHeight += $collapsibleBlock.outerHeight();
app/code/Magento/Bundle/view/adminhtml/web/js/bundle-product.js
@@ -89,7 +89,6 @@ define([
89
update: this._updateSelectionsPositions,
90
tolerance: 'pointer'
91
});
92
93
94
return this;
95
},
0 commit comments