Skip to content

Commit

Permalink
Clear Console project
Browse files Browse the repository at this point in the history
  • Loading branch information
C1rdec committed Dec 4, 2021
1 parent b2c2d6f commit 7406500
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Lurker.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ namespace Lurker.Console
{
using System;
using System.Collections.Generic;
using Lurker.Services;
using Winook;

class Program
Expand All @@ -17,10 +16,6 @@ class Program

static void Main(string[] args)
{
using (var client = new PathOfNinjaService())
{
client.RefreshCache("Expedition").Wait();
}
}

private static void Hook_MessageReceived(object sender, KeyboardMessageEventArgs e)
Expand Down

0 comments on commit 7406500

Please sign in to comment.