remove debug output
This commit is contained in:
parent
e112a8a74f
commit
467abee671
1 changed files with 0 additions and 2 deletions
|
@ -97,7 +97,6 @@ void Keyer::run()
|
|||
} else {
|
||||
// If right paddle üressed -> note for Iambic B
|
||||
if (right_paddle_pressed() && !m_keyNextIambicB) {
|
||||
printf("Iambic B -> lang\n");
|
||||
m_keyNextIambicB = true;
|
||||
}
|
||||
|
||||
|
@ -123,7 +122,6 @@ void Keyer::run()
|
|||
} else {
|
||||
// If left paddle pressed -> Note for Iambic B
|
||||
if (left_paddle_pressed() && !m_keyNextIambicB) {
|
||||
printf("Iambic B -> kurz\n");
|
||||
m_keyNextIambicB = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue