Updated SingletonManager

This commit is contained in:
Mo Bitar
2017-12-27 11:09:49 -06:00
parent b124332619
commit 38f2e345d9
3 changed files with 35 additions and 10 deletions

View File

@@ -48,7 +48,6 @@ class ComponentManager {
recursion caused by the component being modified and saved after it is updated.
*/
if(syncedComponents.length > 0 && source != ModelManager.MappingSourceRemoteSaved) {
console.log("Web, Syncing Components", syncedComponents, "source", source);
// Ensure any component in our data is installed by the system
this.desktopManager.syncComponentsInstallation(syncedComponents);
}