We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d904bfc commit c3645b1Copy full SHA for c3645b1
EraS/Program.cs
@@ -18,7 +18,6 @@ static void Main(string[] args)
18
Console.WriteLine("EraS starting.");
19
20
Router = new Router();
21
- Console.WriteLine("Testing");
22
23
while (true)
24
Thread.Sleep(1000);
0 commit comments