diff Lib/IMPL/Web/View/TTFactory.pm @ 339:97628101b765

refactoring: application now holds a security object factory rather than a security object
author cin
date Wed, 19 Jun 2013 03:25:44 +0400
parents c78dfbe658bd
children 9bdccdf1f50b
line wrap: on
line diff
--- a/Lib/IMPL/Web/View/TTFactory.pm	Sat Jun 15 02:32:11 2013 +0400
+++ b/Lib/IMPL/Web/View/TTFactory.pm	Wed Jun 19 03:25:44 2013 +0400
@@ -134,7 +134,6 @@
             $labels{default} = IMPL::Resources::Strings::ParseStringsMap("$flabels");
             
             while(my($label,$text) = each %{$labels{default}}) {
-            	warn "LABEL: $label";
                 $vars{$label} = sub {
                     my ($params) = @_;
                     my $locale = Resources->currentLocale;