diff --git a/webadmin/src/js/main.js b/webadmin/src/js/main.js index 52cd87074..541e4a573 100644 --- a/webadmin/src/js/main.js +++ b/webadmin/src/js/main.js @@ -83,8 +83,6 @@ angular.module('Application').controller('MainController', ['$scope', '$route', // no sourceTarballUrl means we can't update here this is only from 1.0 on // this will also handle the 'undecided' and 'free' plan, since the server does not send the url in this case $('#setupSubscriptionModal').modal('show'); - } else if ($scope.config.provider === 'caas') { - $('#updateModal').modal('show'); } else { $('#updateModal').modal('show'); }