[Jifty-commit] r2657 - in jifty/branches/template-declare: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jan 27 05:29:32 EST 2007


Author: jesse
Date: Sat Jan 27 05:29:32 2007
New Revision: 2657

Modified:
   jifty/branches/template-declare/   (props changed)
   jifty/branches/template-declare/lib/Jifty/I18N.pm

Log:
 r21554 at hualien (orig r2656):  jesse | 2007-01-27 18:27:52 +0800
  r21553 at hualien:  jesse | 2007-01-27 18:27:39 +0800
  * removed debugging statement
 


Modified: jifty/branches/template-declare/lib/Jifty/I18N.pm
==============================================================================
--- jifty/branches/template-declare/lib/Jifty/I18N.pm	(original)
+++ jifty/branches/template-declare/lib/Jifty/I18N.pm	Sat Jan 27 05:29:32 2007
@@ -82,7 +82,6 @@
         if ($@) {
             # Sometimes Locale::Maketext fails to localize a string and throws
             # an exception instead.  In that case, we just return the input.
-            warn "AIEEE";
             return join(' ', @stringified_args);
         }
         return $result;


More information about the Jifty-commit mailing list