Browse code

Remove debug line

git-svn: trunk@2538

aCaB authored on 2006/12/05 03:09:57
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Dec  4 19:08:27 CET 2006 (acab)
2
+-----------------------------------
3
+  * liblcalamv/pe.c: removed useless debug line
4
+
1 5
 Mon Dec  4 19:03:23 CET 2006 (acab)
2 6
 -----------------------------------
3 7
   * libclamav/pe.c: fix newpe merge bugs (bb#171, bb#172)
... ...
@@ -254,7 +254,6 @@ int cli_scanpe(int desc, cli_ctx *ctx)
254 254
 	struct cli_exe_section *exe_sections;
255 255
 
256 256
 
257
-	cli_dbgmsg("%d\n", &optional_hdr32);
258 257
     if(cli_readn(desc, &e_magic, sizeof(e_magic)) != sizeof(e_magic)) {
259 258
 	cli_dbgmsg("Can't read DOS signature\n");
260 259
 	return CL_CLEAN;