Skip to content

Commit 06bc785

Browse files
committed
chore(logging): remove logging of ticket
The logging of the ticket will now be done inside the function being called, as Program is more of a 'consumer' of the API.
1 parent 39494bb commit 06bc785

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tanji.CLI/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public async Task RunAsync(CancellationToken cancellationToken = default)
6666
do
6767
{
6868
string ticket = await _webInterception.InterceptTicketAsync(cancellationToken).ConfigureAwait(false);
69-
_logger.LogInformation("Ticket Acquired: {ticket}", ticket);
7069
_webInterception.Stop();
7170

7271
IGame game = await _clientHandler.PatchClientAsync(HPlatform.Flash).ConfigureAwait(false);

0 commit comments

Comments
 (0)