gnucash maint: [gnc-plugin-budget] remove logger when closing budget

Christopher Lam clam at code.gnucash.org
Tue Mar 15 19:38:49 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/4bb16f03 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a50469ff (commit)



commit 4bb16f03a5672b990dd409a90f8ec65876bb110c
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Mar 16 07:37:37 2022 +0800

    [gnc-plugin-budget] remove logger when closing budget
    
    leftover of debugging session

diff --git a/gnucash/gnome/gnc-plugin-budget.c b/gnucash/gnome/gnc-plugin-budget.c
index b4cf127b9..a186a0406 100644
--- a/gnucash/gnome/gnc-plugin-budget.c
+++ b/gnucash/gnome/gnc-plugin-budget.c
@@ -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)



Summary of changes:
 gnucash/gnome/gnc-plugin-budget.c | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-changes mailing list