提交 d63ae441 authored 作者: nouiz's avatar nouiz

Merge pull request #171 from delallea/minor

Removed debug print that crept in
......@@ -106,7 +106,6 @@ class ReplaceValidate(History, Validator):
for r, new_r in replacements:
try:
env.replace(r, new_r, reason=reason)
print reason
except Exception, e:
if ('The type of the replacement must be the same' not in
str(e) and 'does not belong to this Env' not in str(e)):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论