From c2a89c49cbaa369c2289f4a7f82b5e6ff87b635e Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 13 Aug 2006 04:38:14 +0000 Subject: [PATCH] remove leftover debugging output --- t/Macro/L_loginBox.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/Macro/L_loginBox.t b/t/Macro/L_loginBox.t index c13a008ec..1e0b1d459 100644 --- a/t/Macro/L_loginBox.t +++ b/t/Macro/L_loginBox.t @@ -50,9 +50,7 @@ SKIP: { skip "Unable to load $macro", $numTests-1 unless $loaded; my $output = WebGUI::Macro::L_loginBox::process($session,'','',$template->getId); -diag $output; my %vars = simpleTextParser($output); -diag Dumper \%vars; is($vars{'account.create.label'}, $i18n->get(407, 'WebGUI'), 'account.create.label'); is($vars{'password.label'}, $i18n->get(51, 'WebGUI'), 'password.label');