diff --git a/VocabularyTrainer/Trainer.cs b/VocabularyTrainer/Trainer.cs index bd833ac..31c4ffb 100644 --- a/VocabularyTrainer/Trainer.cs +++ b/VocabularyTrainer/Trainer.cs @@ -52,8 +52,6 @@ public sealed class Trainer { Console.ForegroundColor = ConsoleColor.Red; Console.WriteLine($"No, {_vocabularyItems[nextWord].NativeWord} = {_vocabularyItems[nextWord].Translation}"); - - return; } Console.ResetColor();