silence extra debug when not running verbose tests

This commit is contained in:
Graham Knop 2009-10-05 20:34:25 -05:00
parent 0260ec2f6a
commit 6c4b4d1a88

View file

@ -177,7 +177,7 @@ cmp_deeply(
$session->user({userId => 3});
my $json = $matrix->www_getCompareFormData('score');
diag $session->getId;
note $session->getId;
my $compareFormData = JSON->new->decode($json);