Skip to content

Commit 590916c

Browse files
committed
Merge remote-tracking branch 'origin/ACP2E-4336' into PR_2025_11_20_flowers
2 parents a40ddc9 + a896fd4 commit 590916c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/web/mage/loader_old.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,6 @@ define([
197197
if (settings && settings.showLoader) {
198198
ctx = this._getJqueryObj(settings.loaderContext);
199199
ctx.trigger('processStart');
200-
201-
// Check to make sure the loader is there on the page if not report it on the console.
202-
// NOTE that this check should be removed before going live. It is just an aid to help
203-
// in finding the uses of the loader that maybe broken.
204-
if (window.console && !ctx.parents('[data-role="loader"]').length) {
205-
console.warn('Expected to start loader but did not find one in the dom');
206-
}
207200
}
208201
},
209202

0 commit comments

Comments
 (0)