Merge pull request +11433 from c9/remove-nps

Removes nps and dependencies
smf-sdk
Matthijs van Henten 2016-01-06 12:30:37 +01:00
commit 15aa2f911e
2 zmienionych plików z 1 dodań i 14 usunięć

Wyświetl plik

@ -53,16 +53,7 @@ module.exports.makeLocal = function(config, options) {
config[i].path = join(settingDir, "/metadata");
config[i].changeCheckInterval = 2000;
}
else if (config[i].packagePath == "plugins/c9.ide.feedback/feedback") {
config[i].screenshotSupport = false;
}
// else if (config[i].packagePath == "plugins/c9.ide.feedback/feedback") {
// config[i] = {
// packagePath : "plugins/c9.ide.help/help",
// staticPrefix : options.staticPrefix + "/plugins/c9.ide.help"
// };
// }
else if (config[i].packagePath == "plugins/c9.core/c9") {
config[i].local = true;
}
@ -138,7 +129,6 @@ module.exports.makeLocal = function(config, options) {
"plugins/c9.ide.newresource/open": true,
"plugins/c9.ide.info/info": true,
// "plugins/c9.ide.login/login": true,
"plugins/c9.ide.feedback/nps": true,
"plugins/c9.ide.download/download": true
};

Wyświetl plik

@ -94,9 +94,6 @@ module.exports = function(manifest, installPath) {
},
assumeConnected: true
},
feedback: {
userSnapApiKey: "a83fc136-1bc4-4ab8-8158-e750c30873b5"
},
support: {
userSnapApiKey: "e3d3b232-1c21-4961-b73d-fbc8dc7be1c3"
},