remove commented line

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-07-22 16:29:26 +00:00
parent 1655bbaf23
commit 61366abd7b

View File

@ -102,7 +102,6 @@ export class DcConfigurator {
const suffix = getTelegramConnectionSuffix(connectionType);
const subdomain = this.sslSubdomains[dcId - 1] + suffix;
const path = Modes.test ? 'apiw_test1' : 'apiw1';
//chosenServer = 'https://' + subdomain + '.web.telegram.org/' + path;
chosenServer = 'https://web.telegram.i2p/web/' + subdomain + '/' + path;
} else {
for(const dcOption of this.dcOptions) {