[wiaflos-devel] COMMIT - r241 - trunk/wiaflos/server

svn at linuxrulz.org svn at linuxrulz.org
Sun Aug 17 18:51:26 GMT 2008


Author: nkukard
Date: 2008-08-17 18:51:26 +0000 (Sun, 17 Aug 2008)
New Revision: 241

Modified:
   trunk/wiaflos/server/Reporting.pm
Log:
* No need for dumping template vars anymore


Modified: trunk/wiaflos/server/Reporting.pm
===================================================================
--- trunk/wiaflos/server/Reporting.pm	2008-08-17 18:50:37 UTC (rev 240)
+++ trunk/wiaflos/server/Reporting.pm	2008-08-17 18:51:26 UTC (rev 241)
@@ -238,7 +238,6 @@
 	foreach my $item (@{$entries}) {
 		$vars->{'ReportWriterCategories'}{$item->{'Code'}} = $item;
 	}
-	use Data::Dumper; print (STDERR Dumper($vars));
 
 	# Set template to use
 	my $template = $detail->{'Template'};



More information about the wiaflos-devel mailing list