Skip to content

Commit 002f4a8

Browse files
committed
cleanup presenter
1 parent c19f585 commit 002f4a8

File tree

1 file changed

+0
-2
lines changed
  • Ric.Interview.Brightgrove.FruitBasket.PresenterConsole

1 file changed

+0
-2
lines changed

Ric.Interview.Brightgrove.FruitBasket.PresenterConsole/Program.cs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Ric.Interview.Brightgrove.FruitBasket.Factories;
2-
using Ric.Interview.Brightgrove.FruitBasket.GameAICore;
32
using Ric.Interview.Brightgrove.FruitBasket.Models;
43
using Ric.Interview.Brightgrove.FruitBasket.Presentation;
54
using Ric.Interview.Brightgrove.FruitBasket.Utils;
@@ -18,7 +17,6 @@ class Program
1817
{ ""Name"" : ""Rick"", ""Type"" : ""ThoroughCheater"" }
1918
]}";
2019

21-
static CancellationTokenSource ts = new CancellationTokenSource(TimeSpan.FromSeconds(5));
2220
static ILogger logger;
2321
static void Main(string[] args)
2422
{

0 commit comments

Comments
 (0)