Skip to content

Commit

Permalink
remove old return style on print logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Todd committed Jun 14, 2018
1 parent 9409167 commit cbb551c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RelianceCLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ private static void Run(Options opts)
var result = printer.StoreLogos(logos, new ConsoleProgressBar(), config);
Console.WriteLine("Store Result: {0}", result);

result = printer.PrintLogo(0);
Console.WriteLine("Print Result: {0}", result);
printer.PrintLogo(0);
}
}

Expand Down

0 comments on commit cbb551c

Please sign in to comment.