Browse code

cleanup

git-svn: trunk@1630

Tomasz Kojm authored on 2005/06/23 22:57:46
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 /*
2
- *  Copyright (C) 2002 - 2004 Tomasz Kojm <tkojm@clamav.net>
2
+ *  Copyright (C) 2002 - 2005 Tomasz Kojm <tkojm@clamav.net>
3 3
  *
4 4
  *  This program is free software; you can redistribute it and/or modify
5 5
  *  it under the terms of the GNU General Public License as published by
... ...
@@ -91,7 +91,6 @@ void clamscan(struct optstruct *opt)
91 91
 
92 92
     time(&starttime);
93 93
     /* ctime() does \n, but I need it once more */
94
-    logg("Scan started: %s\n", ctime(&starttime));
95 94
 
96 95
     gettimeofday(&t1, &tz);
97 96