Delete of debug print.

svn: r14243
This commit is contained in:
Peter Landgren 2010-02-06 09:38:04 +00:00
parent f62432f5e7
commit e045018356

View File

@ -1801,7 +1801,6 @@ def get_relationship_calculator(reinit=False):
# See if lang begins with en_, English_ or english_
# If so return standard relationship calculator.
enlang = lang.split('_')[0].lower()
print enlang
if ('en' == enlang) or ('english' == enlang):
return __RELCALC_CLASS()
# set correct non English relationship calculator based on LANG