diff --git a/DepotDownloader/Steam3Session.cs b/DepotDownloader/Steam3Session.cs index 8c38ab78..f7e85554 100644 --- a/DepotDownloader/Steam3Session.cs +++ b/DepotDownloader/Steam3Session.cs @@ -616,13 +616,6 @@ namespace DepotDownloader Console.WriteLine( "Got {0} licenses for account!", licenseList.LicenseList.Count ); Licenses = licenseList.LicenseList; - - IEnumerable licenseQuery = Licenses.Select( lic => - { - return lic.PackageID; - } ); - - Console.WriteLine( "Licenses: {0}", string.Join( ", ", licenseQuery ) ); } private void UpdateMachineAuthCallback( SteamUser.UpdateMachineAuthCallback machineAuth )