From 23e19f8ead2cc532ebe1eb52ca10f3588e504678 Mon Sep 17 00:00:00 2001 From: Benedikt Heinrichs <Heinrichs@itc.rwth-aachen.de> Date: Tue, 5 Mar 2019 10:51:36 +0100 Subject: [PATCH] Remove ReadLine at the end --- ConfigurationUpdater/Program.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ConfigurationUpdater/Program.cs b/ConfigurationUpdater/Program.cs index d798e75..03404d0 100644 --- a/ConfigurationUpdater/Program.cs +++ b/ConfigurationUpdater/Program.cs @@ -82,9 +82,7 @@ namespace ConfigurationUpdater { Console.WriteLine("An error occurred during execution: " + e.Message); } - - Console.ReadLine(); - + } -- GitLab