Skip to content

Commit

Permalink
Opps; debug printout left behind
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed Jun 11, 2010
1 parent eb6b12e commit 8163bd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Data/Dump.pm
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ sub format_list
last if $_[$j] ne $v;
$j++;
}
print "[@_] $i $j\n";
if ($j - $i > 3) {
splice(@_, $i, $j - $i, "$_[$i] .. $_[$j-1]");
}
Expand Down

0 comments on commit 8163bd0

Please sign in to comment.