Skip to content

Commit

Permalink
remove logging from int handler (#3242)
Browse files Browse the repository at this point in the history
  • Loading branch information
mverch67 authored Feb 17, 2024
1 parent 998013a commit 143ee9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/input/RotaryEncoderInterruptBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ RotaryEncoderInterruptBaseStateType RotaryEncoderInterruptBase::intHandler(bool
newState = ROTARY_EVENT_OCCURRED;
if ((this->action != ROTARY_ACTION_PRESSED) && (this->action != action)) {
this->action = action;
LOG_DEBUG("Rotary action\n");
}
}
} else if (!actualPinRaising && (otherPinLevel == HIGH)) {
Expand Down

0 comments on commit 143ee9c

Please sign in to comment.