Skip to content

Commit

Permalink
taking out the spurious Console.ReadLine I was using for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 15, 2011
1 parent 254b68c commit 3ba77bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Serenity/Jasmine/JasmineCommand.cs
Expand Up @@ -21,8 +21,6 @@ public override bool Execute(JasmineInput input)
{
if (!runner.RunAllSpecs())
{
Console.WriteLine("any key will do");
Console.ReadLine();
throw new ApplicationException("Jasmine specs failed!");
}
}
Expand Down

0 comments on commit 3ba77bb

Please sign in to comment.