From 8c32f5cb4dd209e307b925c00a86cce5c1d97ad6 Mon Sep 17 00:00:00 2001 From: moitoius_cp <7bd20ad30720b36bd251fb928c419f8754d57bfcCkJyHhZD> Date: Thu, 10 Jan 2008 06:35:02 +0000 Subject: [PATCH] Removed infinite loop. --- source/Cosmos/Cosmos.Shell.Console/Program.cs | 4 ---- 1 file changed, 4 deletions(-) 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(); } }