Remove a debug message.
This commit is contained in:
parent
c2a9ed9e98
commit
5d0812d492
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue