X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fhttp_command.c;h=74fd2d4d3d2fe5c507cb2dbe6b0995e632998c4a;hb=ea524f9666e975867f90abf974a4a8360729a971;hp=7699b9a5654fd2ad6fa238cd6c2498111082c9dd;hpb=2513705685ba4ebe443d8bfee658724dcbddecaa;p=pazpar2-moved-to-github.git 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); }