remove debug printfs

Former-commit-id: 3dbd455321e4a2ee47a24662e164eac0e5614965
This commit is contained in:
John Sully 2020-01-12 01:20:52 -05:00
parent f40359cde6
commit 46d5a1977e

View File

@ -63,13 +63,10 @@ public:
} }
} }
if (!(vecclean.empty() || fMinElement)) assert(vecclean.empty() || fMinElement);
printf("############################## ERROR CASE ############################\n");
} }
lock.unlock(); // don't hold it for the potentially long delete of vecclean lock.unlock(); // don't hold it for the potentially long delete of vecclean
if (vecclean.size())
printf("!!!!!!!!!!!!!!!! Deleted %lu snapshots !!!!!!!!!!!!!!!!!!!!!\n", vecclean.size());
} }
void enqueue(uint64_t epoch, std::unique_ptr<T> &&sp) void enqueue(uint64_t epoch, std::unique_ptr<T> &&sp)