From 9a863e4092d480adc90e98f7d620d56d98398d89 Mon Sep 17 00:00:00 2001 From: Alex Brelsfoard Date: Mon, 9 Feb 2015 22:54:30 -0500 Subject: Converting the XML templating to now use XML::Writer --- extra/test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/test.pl b/extra/test.pl index bca3628..50aa857 100755 --- a/extra/test.pl +++ b/extra/test.pl @@ -66,7 +66,7 @@ sub main { sub ProcessTransaction { my $transaction = shift; - print "Processing transaction with content:\n".Dumper(\%content)."\n"; + #print "Processing transaction with content:\n".Dumper(\%content)."\n"; $transaction->content(%content); eval { $transaction->submit(); }; -- cgit v1.2.1