mirror of
https://github.com/sochix/TLSharp.git
synced 2026-01-02 06:50:00 +01:00
removed comment
This commit is contained in:
parent
a266b896d2
commit
e674cf1f49
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue