removed commented out line

This commit is contained in:
matt 2021-04-01 08:15:48 -04:00
parent cc783027c0
commit a7ed2e3e1d
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ const UI = {
let autoconnect = WebUtil.getConfigVar('autoconnect', false);
if (autoconnect === 'true' || autoconnect == '1') {
autoconnect = true;
//UI.connect(); //KASM - Not sure why this causes two canvas elements showign the same thing
UI.connect();
} else {
autoconnect = false;
// Show the connect panel on first load unless autoconnecting