diff options
| author | fukachan <fukachan> | 2003-10-14 10:06:08 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-10-14 10:06:08 +0000 |
| commit | b6879d1e33dde93da873be4d0c6a2ece53e2aa7f (patch) | |
| tree | 820eb610db0e7453d7114fc45f76ae8dcc83e994 /fml | |
| parent | 0b59363790ce5e7959e8e0ea1f841c67bb73c64f (diff) | |
| download | fml8-b6879d1e33dde93da873be4d0c6a2ece53e2aa7f.tar.gz fml8-b6879d1e33dde93da873be4d0c6a2ece53e2aa7f.tar.bz2 fml8-b6879d1e33dde93da873be4d0c6a2ece53e2aa7f.zip | |
oops, remove debug message output
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/lib/Mail/Message/DB.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fml/lib/Mail/Message/DB.pm b/fml/lib/Mail/Message/DB.pm index 150b1b00..0efe8f14 100644 --- a/fml/lib/Mail/Message/DB.pm +++ b/fml/lib/Mail/Message/DB.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: DB.pm,v 1.8 2003/10/01 03:27:13 fukachan Exp $ +# $FML: DB.pm,v 1.9 2003/10/06 10:42:19 fukachan Exp $ # package Mail::Message::DB; @@ -26,7 +26,7 @@ use lib qw(../../../../fml/lib ../../../../img/lib ); -my $version = q$FML: DB.pm,v 1.8 2003/10/01 03:27:13 fukachan Exp $; +my $version = q$FML: DB.pm,v 1.9 2003/10/06 10:42:19 fukachan Exp $; if ($version =~ /,v\s+([\d\.]+)\s+/) { $version = $1;} # special value @@ -1022,7 +1022,6 @@ sub _db_set $self->db_open( { table => $table } ); } - print "table=$table key=$key /^($mime_decode_filter)$/\n"; if ($table =~ /^($mime_decode_filter)$/) { if ($value =~ /ISO.*\?[BQ]/i) { $value = $self->_decode_mime_string($value); |
