Delete of debug print.
svn: r14243
This commit is contained in:
parent
f62432f5e7
commit
e045018356
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user