Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 16, 2019
1 parent 4e79cdd commit 6677d2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/hash.t
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ HASH: {
my $misses = $cached->state()->{'misses'};
my $fail;
while(my($k, $v) = each %{$misses}) {
diag($k);
if($v != 1) {
$fail = $k;
last;
Expand Down

0 comments on commit 6677d2d

Please sign in to comment.