Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 62b4b6d

Browse files
Fix trailing whitespace + removed consoleLogger dependency
1 parent 23a946b commit 62b4b6d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/web/mage/apply/main.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
define([
77
'underscore',
88
'jquery',
9-
'./scripts',
10-
'Magento_Ui/js/lib/logger/console-logger'
9+
'./scripts'
1110
], function (_, $, processScripts, consoleLogger) {
1211
'use strict';
1312

@@ -34,8 +33,8 @@ define([
3433
$(el)[component](config);
3534
}
3635
}, function (error) {
37-
consoleLogger.error(error);
38-
36+
console.error(error);
37+
3938
return true;
4039
});
4140
}

0 commit comments

Comments
 (0)