Remove console log

This commit is contained in:
Mo Bitar
2019-04-13 09:45:07 -05:00
parent 4b76c2a247
commit 3718a3ecd1

View File

@@ -88,7 +88,7 @@ class DesktopManager {
}
desktop_onComponentInstallationComplete(componentData, error) {
console.log("Web|Component Installation/Update Complete", componentData, error);
// console.log("Web|Component Installation/Update Complete", componentData, error);
// Desktop is only allowed to change these keys:
let permissableKeys = ["package_info", "local_url"];