Remove no longer used entry for the config.

This commit is contained in:
Godzil 2020-04-27 22:39:51 +01:00
parent 99ba051b7f
commit 8655874097

View File

@ -35,9 +35,6 @@ interface IConfig {
crLocale?: string;
crSessionKey?: string;
crLoginUrl?: string;
// Third method, injecting data from cookies
crUserId?: string;
crUserKey?: string;
// Generated values
crDeviceId?: string;
crSessionId?: string;