[subset] Oops. Remove debug prints

This commit is contained in:
Behdad Esfahbod 2013-12-10 14:48:34 -05:00
parent 9041c2ddcd
commit 5fd8779fd3

View File

@ -1117,11 +1117,6 @@ def remove_redundant_langsys(self):
for i in range(len(d.FeatureIndex)): for i in range(len(d.FeatureIndex)):
if features[d.FeatureIndex[i]] != features[l.FeatureIndex[i]]: if features[d.FeatureIndex[i]] != features[l.FeatureIndex[i]]:
print(i)
print (features[d.FeatureIndex[i]])
print (features[l.FeatureIndex[i]])
print(features[d.FeatureIndex[i]] == features[l.FeatureIndex[i]])
print(features[d.FeatureIndex[i]] != features[l.FeatureIndex[i]])
break break
else: else:
# LangSys and default are equal; delete LangSys # LangSys and default are equal; delete LangSys