diff --git a/src/config.js b/src/config.js index 027e53603..ce541df92 100644 --- a/src/config.js +++ b/src/config.js @@ -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'); }