diff --git a/guacamole/src/main/webapp/scripts/interface.js b/guacamole/src/main/webapp/scripts/interface.js index 3b939e24b..0276b0d2a 100644 --- a/guacamole/src/main/webapp/scripts/interface.js +++ b/guacamole/src/main/webapp/scripts/interface.js @@ -369,8 +369,6 @@ GuacamoleUI.attach = function(guac) { function updateDisplayScale() { - console.log(state.getProperty("auto-fit")); - // If auto-fit is enabled, scale display if (state.getProperty("auto-fit")) {