Fix missing debug verbose guard

This commit is contained in:
2024-07-02 12:48:00 -07:00
parent a04e81b3ff
commit cbe40b5dba

View File

@@ -658,7 +658,9 @@ template <class ConflictSetImpl> struct TestDriver {
assert(iter == keys.end());
assert(i == numPointWrites + numRangeWrites);
#if DEBUG_VERBOSE && !defined(NDEBUG)
fprintf(stderr, "Write @ %" PRId64 "\n", v);
#endif
CALLGRIND_START_INSTRUMENTATION;
cs.addWrites(writes, numPointWrites + numRangeWrites, v);