Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Remove random comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Jul 14, 2023
1 parent bfb00c5 commit 881ab4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion applications/services/desktop/views/desktop_view_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ bool desktop_main_input_callback(InputEvent* event, void* context) {

DesktopMainView* main_view = context;

// DesktopMainEventOpenDebug
if(event->type == InputTypeShort || event->type == InputTypeLong) {
if(event->key == InputKeyOk) {
main_view->callback(
Expand Down

0 comments on commit 881ab4a

Please sign in to comment.