From: Dobrica Pavlinusic Date: Thu, 31 Mar 2011 17:42:25 +0000 (+0200) Subject: remove some of debug X-Git-Url: http://git.rot13.org/?p=MojoFacets.git;a=commitdiff_plain;h=1588db45b10d2debdb0febbdbfa2097b8caecf26 remove some of debug --- diff --git a/lib/MojoFacets/Data.pm b/lib/MojoFacets/Data.pm index 9f4d53e..7782ba3 100644 --- a/lib/MojoFacets/Data.pm +++ b/lib/MojoFacets/Data.pm @@ -678,13 +678,13 @@ sub lookup { } } } - warn dump $lookup_path_col->{$on_path}->{$on_col}; + #warn "XXX ",dump $lookup_path_col->{$on_path}->{$on_col}; } foreach my $v ( @$vals ) { foreach my $i ( @{ $lookup_path_col->{$on_path}->{$on_col}->{$v} } ) { $on = $items->[$i]; - warn "# lookup code $v $i ",dump $on; + #warn "XXX lookup code $v $i ",dump $on; $code->(); } }