--- lib/Grep/Action/AddFeed.pm 2007/03/04 22:04:58 101 +++ lib/Grep/Action/AddFeed.pm 2007/03/04 22:16:23 102 @@ -24,7 +24,7 @@ sub canonicalize_uri { my $self = shift; my $value = shift; - warn "uri: $value"; + $self->log->debug("canonicalize uri $value"); if ($value =~ s/\bgrep\b/%s/) { $self->canonicalization_note( uri => 'Replaced grep with %s' ); } @@ -42,7 +42,7 @@ my $self = shift; my $value = shift; - warn "cookie: $value"; + #warn "cookie: $value"; $self->canonicalization_note( uri => 'Removed Cookie: header' ) if ($value =~ s/^Cookie:\s+//);