[Jifty-commit] r2656 - in jifty/trunk: lib/Jifty

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


Author: jesse
Date: Sat Jan 27 05:27:52 2007
New Revision: 2656

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/I18N.pm

Log:
 r21553 at hualien:  jesse | 2007-01-27 18:27:39 +0800
 * removed debugging statement


Modified: jifty/trunk/lib/Jifty/I18N.pm
==============================================================================
--- jifty/trunk/lib/Jifty/I18N.pm	(original)
+++ jifty/trunk/lib/Jifty/I18N.pm	Sat Jan 27 05:27:52 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