From 6c4b4d1a88f9a1921f365622213f9a1a85f799a8 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Mon, 5 Oct 2009 20:34:25 -0500 Subject: [PATCH] silence extra debug when not running verbose tests --- t/Asset/Wobject/Matrix.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Asset/Wobject/Matrix.t b/t/Asset/Wobject/Matrix.t index 2ad7a74ed..05c825dc1 100644 --- a/t/Asset/Wobject/Matrix.t +++ b/t/Asset/Wobject/Matrix.t @@ -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);