diff --git a/t/plugins/runcommand.t b/t/plugins/runcommand.t index 8a512b32..a010697c 100644 --- a/t/plugins/runcommand.t +++ b/t/plugins/runcommand.t @@ -46,9 +46,6 @@ my $dat = do { $json->decode(<$json_fh>) }; -use Data::Dumper; -print Dumper($dat); - subtest "Validate the top level fields match" => sub { is($dat->{build}, $newbuild->id, "The build event matches our expected ID."); is($dat->{buildStatus}, 0, "The build status matches.");