diff --git a/Program.cs b/Program.cs index b9cc1ea..7eb308a 100644 --- a/Program.cs +++ b/Program.cs @@ -103,9 +103,7 @@ static async Task Main(string[] args) retrievedIDs = retrievedIDs.Distinct().ToList(); if (retrievedIDs.Count == 0) - { ConsoleLog($"The object \"{identifier}\" doesn't contain any element, move to the next one."); - } // Then we calculate the size of the identifiers for this object. await CalculateSize();