Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar committed Nov 7, 2020
1 parent cefc135 commit e320e3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kiosk-mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ function kiosk_mode() {
let users = conf.users;
if (!Array.isArray(conf.users)) users = [users];
if (users.map((u) => u.toLowerCase().includes(hass.user.name.toLowerCase()))) {
console.log(conf.kiosk || conf.hide_header)
hide_header = conf.kiosk || conf.hide_header;
hide_sidebar = conf.kiosk || conf.hide_sidebar;
}
Expand Down

0 comments on commit e320e3e

Please sign in to comment.