From 18abff1d2f68ad7b78a3d189ed4c4cf258063e8d Mon Sep 17 00:00:00 2001 From: Markus Deibel Date: Sun, 29 Mar 2020 09:22:36 +0200 Subject: [PATCH] Stupid coding error fixed --- apps/wohrm/app.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/wohrm/app.js b/apps/wohrm/app.js index 2e147251c..979a50205 100644 --- a/apps/wohrm/app.js +++ b/apps/wohrm/app.js @@ -4,10 +4,6 @@ const Setter = { UPPER: 'upper', LOWER: 'lower' }; - -const Confidence = { - NONE -} const shortBuzzTimeInMs = 50; const longBuzzTimeInMs = 200;