diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/net_crypto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/net_crypto.c b/core/net_crypto.c index 9f9378f6..0bae2d2e 100644 --- a/core/net_crypto.c +++ b/core/net_crypto.c | |||
@@ -617,7 +617,6 @@ void receive_crypto() | |||
617 | //if the packet is a friend request drop it (because we are already friends) | 617 | //if the packet is a friend request drop it (because we are already friends) |
618 | { | 618 | { |
619 | len = read_packet(crypto_connections[i].number, temp_data); | 619 | len = read_packet(crypto_connections[i].number, temp_data); |
620 | printf("REQUEST DROPPED\n"); | ||
621 | 620 | ||
622 | } | 621 | } |
623 | if(id_packet(crypto_connections[i].number) == 2)//handle handshake packet. | 622 | if(id_packet(crypto_connections[i].number) == 2)//handle handshake packet. |