aboutsummaryrefslogtreecommitdiff
path: root/tests/survey.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/survey.c')
-rw-r--r--tests/survey.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/survey.c b/tests/survey.c
index 58de5986..237d7e2a 100644
--- a/tests/survey.c
+++ b/tests/survey.c
@@ -117,7 +117,6 @@ Main({
So(nng_recvmsg(surv, &msg, 0) == NNG_ETIMEDOUT);
Convey("And goes to non-survey state", {
- printf("WAITING HERE");
rtimeo = 50000;
So(nng_setopt(surv, NNG_OPT_RCVTIMEO, &rtimeo, sizeof (rtimeo)) == 0);
rv = nng_recvmsg(surv, &msg, 0);