From 836ba5076b0daffee8d41459c747cf30f732308c Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 6 Jun 2004 07:09:55 +0000 Subject: [PATCH] remove debugging string. --- usr.bin/xstr/xstr.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c index 7558dd5e0cce..b171ef094114 100644 --- a/usr.bin/xstr/xstr.c +++ b/usr.bin/xstr/xstr.c @@ -1,4 +1,4 @@ -/* $NetBSD: xstr.c,v 1.18 2004/06/06 04:53:14 christos Exp $ */ +/* $NetBSD: xstr.c,v 1.19 2004/06/06 07:09:55 christos Exp $ */ /* * Copyright (c) 1980, 1993 @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ #if 0 static char sccsid[] = "@(#)xstr.c 8.1 (Berkeley) 6/9/93"; #else -__RCSID("$NetBSD: xstr.c,v 1.18 2004/06/06 04:53:14 christos Exp $"); +__RCSID("$NetBSD: xstr.c,v 1.19 2004/06/06 07:09:55 christos Exp $"); #endif #endif /* not lint */ @@ -352,7 +352,6 @@ gotc: out: *cpp = --cp; *dp = '\0'; - fprintf(stderr, ">%s<\n", dbuf); hash = hashit(dbuf, 1); free(dbuf); return hash;