Author: gh
Date: 2006-10-02 22:48:02 -0600 (Mon, 02 Oct 2006)
New Revision: 1970

Modified:
   FormEncode/branches/gettext-enabled/formencode/api.py
Log:
remove debug print statement

Modified: FormEncode/branches/gettext-enabled/formencode/api.py
===================================================================
--- FormEncode/branches/gettext-enabled/formencode/api.py       2006-10-02 
19:10:07 UTC (rev 1969)
+++ FormEncode/branches/gettext-enabled/formencode/api.py       2006-10-03 
04:48:02 UTC (rev 1970)
@@ -16,7 +16,7 @@
 def set_stdtranslation(domain="FormEncode", languages=None, \
                        localedir = "%s%s%s" % \
                        (os.path.dirname(formencode.__file__), os.path.sep, 
"i18n")):
-    print localedir
+    
     t = gettext.translation(domain=domain, \
                             languages=languages, \
                             localedir=localedir, fallback=True)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
FormEncode-CVS mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/formencode-cvs

Reply via email to