Skip to content

Commit

Permalink
Remove debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
bingos committed Nov 16, 2010
1 parent e114f04 commit d8e01a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/App/SmokeBox/Mini.pm
Expand Up @@ -235,9 +235,6 @@ sub _stop {
mkpath( $smokebox_dir ) unless -d $smokebox_dir;
{
$self->{_tsdata}->{ $self->{_tsprefix} } = $self->{stats}->{started};
use Data::Dumper;
$Data::Dumper::Indent=1;
warn( Dumper( $self->{_tsdata} ) );
open my $ts, '>', File::Spec->catfile( $smokebox_dir, 'timestamp' ) or die "Could not open 'timestamp': $!\n";
print {$ts} join('', $_, $self->{_tsdata}->{$_} ), "\n" for sort keys %{ $self->{_tsdata} };
close $ts;
Expand Down

0 comments on commit d8e01a5

Please sign in to comment.