From dc1fdba3c341785988bd71ecc5503cdaf4e24a6e Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 21 May 2018 14:41:38 +0200 Subject: [PATCH] log --- src/r3-system-storage.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/r3-system-storage.js b/src/r3-system-storage.js index 0e08da9..d628231 100644 --- a/src/r3-system-storage.js +++ b/src/r3-system-storage.js @@ -501,8 +501,6 @@ R3.System.Storage.prototype.loadComponent = function(apiUrl, toProcess, includeD if (__system.loading.length === __system.loaded.length) { - console.log('loaded ' + __system.loaded.length + ' components'); - if (clientCallback) { clientCallback({ components : __system.loaded