From 4f7d6c9b28e871f05de7c44da9121416c91c17c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Thu, 12 Feb 1998 15:19:50 +0100 Subject: [PATCH] Removed some debug. Rev: src/builtin_functions.c:1.71 --- src/builtin_functions.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/builtin_functions.c b/src/builtin_functions.c index ee107d21af..fc768c5863 100644 --- a/src/builtin_functions.c +++ b/src/builtin_functions.c @@ -4,7 +4,7 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" -RCSID("$Id: builtin_functions.c,v 1.70 1998/02/12 14:11:59 grubba Exp $"); +RCSID("$Id: builtin_functions.c,v 1.71 1998/02/12 14:19:50 grubba Exp $"); #include "interpret.h" #include "svalue.h" #include "pike_macros.h" @@ -1632,9 +1632,6 @@ static struct array *longest_ordered_sequence(struct array *a) else links[i] = -1; stack[pos] = i; - - fprintf(stderr, "%d: link:%d ltop:%d pos:%d top:%d\n", - i, links[i], ltop, pos, top); } /* FIXME(?) memory unfreed upon error here */ -- GitLab