GUAC-911: Removing use of logging from libguac.

This commit is contained in:
Michael Jumper 2014-11-09 20:32:00 -08:00
parent f865656991
commit 614ba62980

View File

@ -320,8 +320,6 @@ int __guac_handle_end(guac_client* client, guac_instruction* instruction) {
} }
int __guac_handle_disconnect(guac_client* client, guac_instruction* instruction) { int __guac_handle_disconnect(guac_client* client, guac_instruction* instruction) {
guac_client_log(client, GUAC_LOG_INFO,
"Disconnect requested. Stopping client...");
guac_client_stop(client); guac_client_stop(client);
return 0; return 0;
} }