Remove debug message

This commit is contained in:
Liza 2022-10-31 17:43:36 +01:00
parent 3c639dcccb
commit c2bf2ddc43

View File

@ -138,7 +138,6 @@ namespace Pal.Client
public async Task<bool> MarkAsSeen(ushort territoryType, IList<Marker> markers, CancellationToken cancellationToken = default)
{
Service.Chat.Print($"Marking {markers.Count} as seen");
if (markers.Count == 0)
return true;