1 parent 39494bb commit 06bc785Copy full SHA for 06bc785
1 file changed
Tanji.CLI/Program.cs
@@ -66,7 +66,6 @@ public async Task RunAsync(CancellationToken cancellationToken = default)
66
do
67
{
68
string ticket = await _webInterception.InterceptTicketAsync(cancellationToken).ConfigureAwait(false);
69
- _logger.LogInformation("Ticket Acquired: {ticket}", ticket);
70
_webInterception.Stop();
71
72
IGame game = await _clientHandler.PatchClientAsync(HPlatform.Flash).ConfigureAwait(false);
0 commit comments