GUAC-911: Removing use of logging from libguac.
This commit is contained in:
parent
f865656991
commit
614ba62980
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user