libfreerdp-core/peer: remove a printf message.

This commit is contained in:
Vic Lee 2013-01-17 10:51:08 +08:00
parent fbefad93d5
commit 39d7cc5b43
1 changed files with 0 additions and 2 deletions

View File

@ -260,8 +260,6 @@ static BOOL peer_recv_callback(rdpTransport* transport, STREAM* s, void* extra)
freerdp_peer* client = (freerdp_peer*) extra;
rdpRdp* rdp = client->context->rdp;
printf("peer_recv_callback state = %d\n", rdp->state);
switch (rdp->state)
{
case CONNECTION_STATE_INITIAL: