From ea524f9666e975867f90abf974a4a8360729a971 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 5 Sep 2007 09:13:32 +0000 Subject: [PATCH] Removed debug message --- src/http_command.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/http_command.c b/src/http_command.c index 7699b9a..74fd2d4 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -1,4 +1,4 @@ -/* $Id: http_command.c,v 1.60 2007-09-05 08:40:12 adam Exp $ +/* $Id: http_command.c,v 1.61 2007-09-05 09:13:32 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -20,7 +20,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ /* - * $Id: http_command.c,v 1.60 2007-09-05 08:40:12 adam Exp $ + * $Id: http_command.c,v 1.61 2007-09-05 09:13:32 adam Exp $ */ #include @@ -596,7 +596,6 @@ static void cmd_record_ready(void *data) { struct http_channel *c = (struct http_channel *) data; - yaz_log(YLOG_LOG, "cmd_records_ready chan=%p", c); cmd_record(c); } -- 1.7.10.4