From 2d5db406c8bfac5c7478b1e2e45896b9cd86af01 Mon Sep 17 00:00:00 2001 From: Julien Machiels Date: Fri, 7 Aug 2020 00:13:16 +0200 Subject: [PATCH] Update src/scripts/site.js Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> --- src/scripts/site.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scripts/site.js b/src/scripts/site.js index 7919ed510f..f8e80408ee 100644 --- a/src/scripts/site.js +++ b/src/scripts/site.js @@ -470,7 +470,6 @@ function initClient() { require(['apphost', 'css!assets/css/librarybrowser'], function (appHost) { loadPlugins(appHost, browser).then(function () { - console.groupEnd('loading packages'); onAppReady(browser); }); });