diff --git a/src/Utils.js b/src/Utils.js index 2c27ece..d8c2f3c 100644 --- a/src/Utils.js +++ b/src/Utils.js @@ -151,7 +151,6 @@ utilities: { }, getNoSubKeyHtml: function(url) { - // url http://www.proxmox.com/products/proxmox-ve/subscription-service-plans return Ext.String.format('You do not have a valid subscription for this server. Please visit www.proxmox.com to get a list of available options.', url || 'https://www.proxmox.com'); },