summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/theory/substitutions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/substitutions.cpp b/src/theory/substitutions.cpp
index f56dd47b6..df4c919d8 100644
--- a/src/theory/substitutions.cpp
+++ b/src/theory/substitutions.cpp
@@ -168,7 +168,7 @@ Node SubstitutionMap::apply(TNode t) {
Node result = internalSubstitute(t, d_substitutionCache);
Debug("substitution") << "SubstitutionMap::apply(" << t << ") => " << result << std::endl;
- Assert(check(result, d_substitutions));
+// Assert(check(result, d_substitutions));
return result;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback