Skip to content

Commit

Permalink
Removes debug log stmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
phkaeser committed Feb 22, 2025
1 parent 38e0db0 commit 68d2730
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/action_item.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ wlmaker_action_item_t *wlmaker_action_item_create_from_desc(
/* ------------------------------------------------------------------------- */
void wlmaker_action_item_destroy(wlmaker_action_item_t *action_item_ptr)
{
bs_log(BS_ERROR, "FIXME: destroy %p", action_item_ptr);

if (NULL != action_item_ptr->menu_item_ptr) {
wlmtk_util_disconnect_listener(&action_item_ptr->destroy_listener);
wlmtk_util_disconnect_listener(&action_item_ptr->triggered_listener);
Expand Down

0 comments on commit 68d2730

Please sign in to comment.