diff --git a/source/Cosmos/Cosmos.Shell.Console/Program.cs b/source/Cosmos/Cosmos.Shell.Console/Program.cs index a06eb920b..326f0289c 100644 --- a/source/Cosmos/Cosmos.Shell.Console/Program.cs +++ b/source/Cosmos/Cosmos.Shell.Console/Program.cs @@ -37,10 +37,6 @@ namespace Cosmos.Shell.Console { stages.Run(); System.Console.WriteLine("Done"); - while (true) - ; - - stages.Teardown(); } }