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 authored Jan 8, 2021
1 parent a873205 commit 9784ae7
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 @@ -140,7 +140,6 @@ run();

// Run on entity state change events.
function connect() {
console.log(window.hassConnection)
window.hassConnection.then(({ conn }) => {
conn.socket.onclose = () => {
window.kiosk_interval = setInterval(() => {
Expand Down

0 comments on commit 9784ae7

Please sign in to comment.