Removed debug fprintf.

This commit is contained in:
Michael Jumper 2011-03-17 00:25:55 -07:00
parent a08cd5b8b7
commit 1b2c27ba96

View File

@ -308,7 +308,6 @@ guac_client* guac_get_client(int client_fd) {
}
void guac_client_stop(guac_client* client) {
fprintf(stderr, "***************** STOPPING! *********************\n");
client->state = STOPPING;
}