Remove debug message
This commit is contained in:
parent
3c639dcccb
commit
c2bf2ddc43
@ -138,7 +138,6 @@ namespace Pal.Client
|
|||||||
|
|
||||||
public async Task<bool> MarkAsSeen(ushort territoryType, IList<Marker> markers, CancellationToken cancellationToken = default)
|
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)
|
if (markers.Count == 0)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user