Skip to content

Commit

Permalink
coap_resource.c: Remove debug test statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdeep1 committed Jun 17, 2024
1 parent 0fbe59f commit 5fbbd27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coap_resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,6 @@ coap_delete_observer_request(coap_resource_t *resource, coap_session_t *session,
int ret = 0;

s = coap_find_observer(resource, session, token);
s = NULL;
if (!s) {
/*
* It is possible that the client is using the wrong token.
Expand Down

0 comments on commit 5fbbd27

Please sign in to comment.