CoapClient

- Cleaned up
This commit is contained in:
Tristan B. Velloza Kildaire 2023-09-25 17:22:52 +02:00
parent 95673cf21f
commit 3b7be4073f
1 changed files with 0 additions and 2 deletions

View File

@ -201,9 +201,7 @@ public class CoapClient
if(request.getToken() == token)
{
foundRequest = request;
outgoingRequests.linearRemoveElement(foundRequest);
break;
}
}