Skip to content

Commit

Permalink
[gnc-plugin-budget] remove logger when closing budget
Browse files Browse the repository at this point in the history
leftover of debugging session
  • Loading branch information
christopherlam committed Mar 15, 2022
1 parent a50469f commit 4bb16f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gnucash/gnome/gnc-plugin-budget.c
Expand Up @@ -138,7 +138,6 @@ static void add_to_window (GncPlugin *plugin, GncMainWindow *mainwindow, GQuark
static void remove_from_window (GncPlugin *plugin, GncMainWindow *window, GQuark type)
{
g_signal_handlers_disconnect_by_func (window, G_CALLBACK(page_changed), plugin);
PWARN ("removed");
}

G_DEFINE_TYPE_WITH_PRIVATE(GncPluginBudget, gnc_plugin_budget, GNC_TYPE_PLUGIN)
Expand Down

0 comments on commit 4bb16f0

Please sign in to comment.