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