GUACAMOLE-269: Remove debug code.

This commit is contained in:
Nick Couchman 2018-02-27 09:41:03 -05:00
parent dd78d230ea
commit 33cca46346

View File

@ -409,7 +409,6 @@ guac_terminal* guac_terminal_create(guac_client* client,
/* Configure backspace */
term->backspace = backspace;
guac_client_log(client, GUAC_LOG_DEBUG, "Backspace has been set to %d", term->backspace);
return term;