From 7843395f45420ed83360ebd87ec4d4c62f7b976d Mon Sep 17 00:00:00 2001 From: Yonn Trimoreau <trimoreau.yonn@gmail.com> Date: Tue, 9 Jan 2018 12:45:38 +0100 Subject: [PATCH] Forgot to remove function parameter for consoleLogger --- lib/web/mage/apply/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web/mage/apply/main.js b/lib/web/mage/apply/main.js index b387a89988d..1be4e041ded 100644 --- a/lib/web/mage/apply/main.js +++ b/lib/web/mage/apply/main.js @@ -7,7 +7,7 @@ define([ 'underscore', 'jquery', './scripts' -], function (_, $, processScripts, consoleLogger) { +], function (_, $, processScripts) { 'use strict'; var dataAttr = 'data-mage-init', -- GitLab