From c2bf2ddc4340bfb0cacf459a42aef946a6a93f3b Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Mon, 31 Oct 2022 17:43:36 +0100 Subject: [PATCH] Remove debug message --- Pal.Client/RemoteApi.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Pal.Client/RemoteApi.cs b/Pal.Client/RemoteApi.cs index 356cdcc..bc8a83e 100644 --- a/Pal.Client/RemoteApi.cs +++ b/Pal.Client/RemoteApi.cs @@ -138,7 +138,6 @@ namespace Pal.Client public async Task MarkAsSeen(ushort territoryType, IList markers, CancellationToken cancellationToken = default) { - Service.Chat.Print($"Marking {markers.Count} as seen"); if (markers.Count == 0) return true;