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

svn at linuxrulz.org svn at linuxrulz.org
Tue Aug 12 13:49:04 GMT 2008


Author: nkukard
Date: 2008-08-12 13:49:03 +0000 (Tue, 12 Aug 2008)
New Revision: 226

Modified:
   trunk/wiaflos/server/templating.pm
Log:
* Removed stray debugging


Modified: trunk/wiaflos/server/templating.pm
===================================================================
--- trunk/wiaflos/server/templating.pm	2008-08-12 13:47:08 UTC (rev 225)
+++ trunk/wiaflos/server/templating.pm	2008-08-12 13:49:03 UTC (rev 226)
@@ -107,7 +107,6 @@
 
 	# Process
 	my $res = $template->process($templateName,$params,$output);
-use Data::Dumper;		print(STDERR "($res) $templateName => ".Dumper($params)." => $output");
 	if (!$res) {
 		setError($template->error());
 		return undef;



More information about the wiaflos-devel mailing list