Do not display full license list

pull/53/head
Pavel Djundik 7 years ago committed by GitHub
parent f5d519c466
commit 73286dd072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -616,13 +616,6 @@ namespace DepotDownloader
Console.WriteLine( "Got {0} licenses for account!", licenseList.LicenseList.Count );
Licenses = licenseList.LicenseList;
IEnumerable<uint> licenseQuery = Licenses.Select( lic =>
{
return lic.PackageID;
} );
Console.WriteLine( "Licenses: {0}", string.Join( ", ", licenseQuery ) );
}
private void UpdateMachineAuthCallback( SteamUser.UpdateMachineAuthCallback machineAuth )

Loading…
Cancel
Save