Omit log of arguments to sc_main.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 22 Apr 2008 19:28:55 +0000 (21:28 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 22 Apr 2008 19:28:55 +0000 (21:28 +0200)
src/pazpar2.c

index 25674e7..d0ff570 100644 (file)
@@ -101,10 +101,7 @@ static int sc_main(
     char *arg;
     const char *pidfile = 0;
     const char *uid = 0;
-    int i;
 
-    for (i = 0; i < argc; i++)
-        yaz_log(YLOG_LOG, "arg%d: %s", i, argv[i]);
 #ifndef WIN32
     if (signal(SIGPIPE, SIG_IGN) == SIG_ERR)
         yaz_log(YLOG_WARN|YLOG_ERRNO, "signal");