From be03abf38a7905d7262b5b27a0539e1964d225de Mon Sep 17 00:00:00 2001 From: MarcUs7i <96580944+MarcUs7i@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:22:44 +0100 Subject: [PATCH] Removed a bug --- VocabularyTrainer/Trainer.cs | 2 -- 1 file changed, 2 deletions(-) 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();