leftover line from debugging

This commit is contained in:
Master Kwoth 2016-04-30 17:05:02 +02:00
parent 4dc47a461e
commit b789ed9adf

View File

@ -198,7 +198,6 @@ namespace NadekoBot
await Client.Connect(Creds.Token).ConfigureAwait(false); await Client.Connect(Creds.Token).ConfigureAwait(false);
IsBot = true; IsBot = true;
} }
Console.WriteLine(NadekoBot.Client.CurrentUser.Id);
} }
catch (Exception ex) catch (Exception ex)
{ {