|
From: <jgr...@us...> - 2003-10-16 17:55:18
|
Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1:/tmp/cvs-serv30610/Classifier
Modified Files:
Bayes.pm
Log Message:
Remove debugging statement
Index: Bayes.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v
retrieving revision 1.211
retrieving revision 1.212
diff -C2 -d -r1.211 -r1.212
*** Bayes.pm 14 Oct 2003 16:18:25 -0000 1.211
--- Bayes.pm 16 Oct 2003 17:55:12 -0000 1.212
***************
*** 2451,2455 ****
my $temp_file = $self->global_config_( 'msgdir' ) . "kakasi$dcount" . "=$mcount.msg";
- print $temp_file;
# Split Japanese email body into words using Kakasi Wakachigaki
--- 2451,2454 ----
|