Remove debug message

rendering v1.12
Liza 2022-10-31 17:43:36 +01:00
parent 3c639dcccb
commit c2bf2ddc43
1 changed files with 0 additions and 1 deletions

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;