sda-1899 remove unused function

This commit is contained in:
Johan Kwarnmark 2020-03-23 08:51:09 +01:00
parent 9c99021453
commit 97cec0911d

View File

@ -54,10 +54,6 @@ enum ClientVersionTypes {
let currentClient = ClientVersionTypes.CLIENT_1_5;
const checkIfCorporate = () => {
return (config.getGlobalConfigFields([ 'url']).url && config.getGlobalConfigFields([ 'url']).url.startsWith('https://corporate.symphony.com'));
};
export class WindowHandler {
/**