Stupid coding error fixed

pull/218/head
Markus Deibel 2020-03-29 09:22:36 +02:00
parent 5507eb04be
commit 18abff1d2f
1 changed files with 0 additions and 4 deletions

View File

@ -4,10 +4,6 @@ const Setter = {
UPPER: 'upper',
LOWER: 'lower'
};
const Confidence = {
NONE
}
const shortBuzzTimeInMs = 50;
const longBuzzTimeInMs = 200;