Skip to content

Commit

Permalink
removed log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rdefeo committed Mar 30, 2024
1 parent 7709113 commit 0f37fbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scenes/scene_settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ bool scene_settings_on_event(void* context, SceneManagerEvent event) {
switch(event.event) {
case SceneSettingsAbout:
consumed = true;
FURI_LOG_I(TAG, "About popup");
scene_manager_next_scene(app->scene_manager, QScene_About);
break;
default:
Expand Down

0 comments on commit 0f37fbf

Please sign in to comment.