diff options
Diffstat (limited to 'libs/common.c')
-rw-r--r-- | libs/common.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/common.c b/libs/common.c index bc42265d8..59846e8ef 100644 --- a/libs/common.c +++ b/libs/common.c @@ -29,11 +29,6 @@ _set_routine (const unsigned what, void *fun) fprintf (stderr, "Warning: redefining routine %s\n", routine_to_str (what)); } - else - { - fprintf (stderr, "Information: defining routine %s\n", - routine_to_str (what)); - } routines[what] = fun; } |