Skip to content

Commit

Permalink
Remove diag() statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfman2000 committed Nov 29, 2009
1 parent 99e01fb commit 7b947e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/task01_pastelinks.t
Expand Up @@ -45,9 +45,7 @@ SKIP:
{
my $subj = $row->subject // "No Subject";
$mech->follow_link_ok({text => $subj}, "Visit paste number " . $row->id);
diag($mech->uri);
$mech->follow_link_ok({text => "Perl 6 Pastebin"}, "Return to the start after visiting paste $counter.");
diag($mech->uri);
$counter++;
}
};
Expand Down

0 comments on commit 7b947e0

Please sign in to comment.