Remove redundant fallback

This commit is contained in:
Girish Ramakrishnan
2016-12-13 10:18:16 -08:00
parent 2bf8584f30
commit 29aad624d5

View File

@@ -214,6 +214,5 @@ function isDemo() {
}
function provider() {
// FIXME this fallback is only there because old Cloudrons do not have the provider set till the next upgrade
return get('provider') || 'caas';
return get('provider');
}