Skip to content

Commit 7843395

Browse files
Forgot to remove function parameter for consoleLogger
1 parent 62b4b6d commit 7843395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/apply/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ define([
77
'underscore',
88
'jquery',
99
'./scripts'
10-
], function (_, $, processScripts, consoleLogger) {
10+
], function (_, $, processScripts) {
1111
'use strict';
1212

1313
var dataAttr = 'data-mage-init',

0 commit comments

Comments
 (0)