removed comment

This commit is contained in:
solarin 2020-04-11 19:00:38 +04:00
parent a266b896d2
commit e674cf1f49

View file

@ -131,7 +131,7 @@ namespace TLSharp.Core
else
dcs = dcOptions.Where(d => d.Id == dcId); // any
dcs = dcs.Where(d => !d.MediaOnly);//.AsEnumerable();
dcs = dcs.Where(d => !d.MediaOnly);
TLDcOption dc;
if (dcIpVersion != DataCenterIPVersion.Default)