[gnumeric] Func: remove escaped debug code
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Func: remove escaped debug code
- Date: Thu, 26 Jul 2012 15:41:22 +0000 (UTC)
commit 7f2864e46562e7069e32afa15375ec95fa02d2bb
Author: Morten Welinder <terra gnome org>
Date: Thu Jul 26 11:41:01 2012 -0400
Func: remove escaped debug code
src/func.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/func.c b/src/func.c
index f78dff8..5dc4b95 100644
--- a/src/func.c
+++ b/src/func.c
@@ -1044,8 +1044,6 @@ gnm_func_add (GnmFuncGroup *fn_group,
func->textdomain = go_string_new (textdomain);
func->linker = desc->linker;
func->usage_notify = desc->usage_notify;
- if (func->usage_notify)
- g_printerr ("A: %s\n", func->name);
func->flags = desc->flags;
func->impl_status = desc->impl_status;
func->test_status = desc->test_status;
@@ -1112,8 +1110,6 @@ gnm_func_add_stub (GnmFuncGroup *fn_group,
func->name = name;
func->usage_notify = opt_usage_notify;
- if (func->usage_notify)
- g_printerr ("B: %s\n", name);
func->fn_type = GNM_FUNC_TYPE_STUB;
func->fn.load_desc = load_desc;
func->textdomain = go_string_new (textdomain);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]