mirror of https://github.com/eclipse/paho.mqtt.c
Remove printf I'd forgotten #1430
This commit is contained in:
parent
375e76d86a
commit
cb4f7ea1ea
|
|
@ -293,8 +293,9 @@ int Socket_pair()
|
|||
|
||||
int Socket_interrupt()
|
||||
{
|
||||
printf("Calling interrupt\n");
|
||||
FUNC_ENTRY;
|
||||
int rc = send(sockfd[1], "\0", 1, 0);
|
||||
FUNC_EXIT_RC(rc);
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue