Remove redundant fallback
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user