diff --git a/examples/net_framework/CSharpExamples/DeepSpeechConsole/Program.cs b/examples/net_framework/CSharpExamples/DeepSpeechConsole/Program.cs index f7c0684c..9b5b7251 100644 --- a/examples/net_framework/CSharpExamples/DeepSpeechConsole/Program.cs +++ b/examples/net_framework/CSharpExamples/DeepSpeechConsole/Program.cs @@ -109,7 +109,6 @@ namespace CSharpExamples Console.WriteLine("Error loding the model."); } } - Console.ReadKey(); } } }