🔇 [Pomodoro] Remove unnecessary logs

pull/55/head
🦑Svarba, Rastislav 2019-11-27 10:00:15 +01:00
parent 06758f3788
commit 05d70c75ad
No known key found for this signature in database
GPG Key ID: 18F9740D64C08249
1 changed files with 2 additions and 7 deletions

View File

@ -20,13 +20,8 @@ class State {
this.next = next;
}
setButtons () {
setWatch(() => { console.log('BTN1') }, BTN1, { repeat: true });
setWatch(() => { console.log('BTN2') }, BTN2, { repeat: true });
setWatch(() => { console.log('BTN3') }, BTN3, { repeat: true });
setWatch(() => { console.log('BTN4') }, BTN4, { repeat: true });
setWatch(() => { console.log('BTN5') }, BTN5, { repeat: true });
}
setButtons () {}
clear () {
clearWatch();
g.clear();