Removed a bug

This commit is contained in:
MarcUs7i 2024-10-28 11:22:44 +01:00
parent 3f14b21295
commit be03abf38a

View file

@ -52,8 +52,6 @@ public sealed class Trainer
{
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine($"No, {_vocabularyItems[nextWord].NativeWord} = {_vocabularyItems[nextWord].Translation}");
return;
}
Console.ResetColor();