[lwatch-cvs] files/src strpcre.c,1.11,1.12
Brought to you by:
arturcz
|
From: <ar...@us...> - 2002-07-23 12:30:12
|
Update of /cvsroot/lwatch/files/src
In directory usw-pr-cvs1:/tmp/cvs-serv20632
Modified Files:
strpcre.c
Log Message:
Remove unnecessary debug messages.
Index: strpcre.c
===================================================================
RCS file: /cvsroot/lwatch/files/src/strpcre.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** strpcre.c 23 Jul 2002 12:01:45 -0000 1.11
--- strpcre.c 23 Jul 2002 12:30:09 -0000 1.12
***************
*** 224,232 ****
free((void*)cstr);
}
- #ifdef DEBUG
- else {
- printf("Ignored %s\n\t%s\n",lw_actions[i].restr,input);
- }
- #endif
free(date_s);
free(host_s);
--- 224,227 ----
|