From 05d70c75ad13a89c14122a42d90b4366cd0425fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A6=91Svarba=2C=20Rastislav?= Date: Wed, 27 Nov 2019 10:00:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=87=20[Pomodoro]=20Remove=20unnecessar?= =?UTF-8?q?y=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/pomodo/pomodoro.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/apps/pomodo/pomodoro.js b/apps/pomodo/pomodoro.js index c376d9a06..013828d12 100644 --- a/apps/pomodo/pomodoro.js +++ b/apps/pomodo/pomodoro.js @@ -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();