From 5d0812d49275ec8bda2b5b0ac813239045463777 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 7 Oct 2012 14:06:47 +0200 Subject: [PATCH] Remove a debug message. --- src/sptps.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sptps.c b/src/sptps.c index 3b9498c7..10d6e047 100644 --- a/src/sptps.c +++ b/src/sptps.c @@ -339,7 +339,6 @@ bool sptps_force_kex(sptps_t *s) { // Receive a handshake record. static bool receive_handshake(sptps_t *s, const char *data, uint16_t len) { // Only a few states to deal with handshaking. - fprintf(stderr, "Received handshake message, current state %d\n", s->state); switch(s->state) { case SPTPS_SECONDARY_KEX: // We receive a secondary KEX request, first respond by sending our own. -- 2.20.1