From 85e01537495a73de3dbd8575ad83c34563b0d0e0 Mon Sep 17 00:00:00 2001 From: Julien Machiels Date: Fri, 7 Aug 2020 00:12:27 +0200 Subject: [PATCH] Update src/components/pluginManager.js Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> --- src/components/pluginManager.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/pluginManager.js b/src/components/pluginManager.js index 14f4fdecf..c4418cbff 100644 --- a/src/components/pluginManager.js +++ b/src/components/pluginManager.js @@ -51,8 +51,6 @@ import globalize from 'globalize'; } loadPlugin(pluginSpec) { - var instance = this; - if (typeof pluginSpec === 'string') { console.debug('Loading plugin (via deprecated requirejs method): ' + pluginSpec);