From f5548c07826ab136c199055769ccfc34e01c0cd7 Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 1 Jul 2005 19:26:17 +0000 Subject: 2005-07-01 Martin Hunt * probes.c: Convert all _stp_log() calls to either stp_warn() or dbug(). * print.c: Comment out dbug()s. * stat-common.c: Comment out dbug()s. --- runtime/print.c | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/print.c') diff --git a/runtime/print.c b/runtime/print.c index 72846a24..3128e866 100644 --- a/runtime/print.c +++ b/runtime/print.c @@ -139,7 +139,6 @@ static char *next_fmt(char *fmt, int *num) { char *f = fmt; int in_fmt = 0; - dbug ("next_fmt %s\n", fmt); *num = 0; while (*f) { if (in_fmt) { -- cgit