--- lib/Grep/Model/Item.pm 2007/02/20 10:32:30 37 +++ lib/Grep/Model/Item.pm 2007/02/20 11:53:13 41 @@ -51,7 +51,7 @@ my $self = shift; my $what = shift; - Jifty->log->debug("current_user_can($what) on item ", $self->id); +# Jifty->log->debug("current_user_can($what) on item ", $self->id); return 1 if Jifty->web->current_user->id; }