ui: app: fix fixme

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-10 13:38:30 +01:00
parent 10052ea644
commit 38efbfc148

View File

@ -36,8 +36,7 @@ Ext.define('PBS.Application', {
xtype: view,
});
if (skipCheck !== true) {
// fixme:
// Proxmox.Utils.checked_command(function() {}); // display subscription status
Proxmox.Utils.checked_command(Ext.emptyFn);
}
},