summaryrefslogtreecommitdiffstats
path: root/include/framework/structure/InternalLevel.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-02-14 15:34:39 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2025-02-14 15:34:39 -0500
commitffbca7e200d8e7937592cd4a70d41f4d6ed9cb65 (patch)
tree4cae9e8e75c0718b635d5b7788a288982fe4efd4 /include/framework/structure/InternalLevel.h
parentd28f2cfcd4249fc7d984762a326e3f2d6dcba7dc (diff)
downloaddynamic-extension-ffbca7e200d8e7937592cd4a70d41f4d6ed9cb65.tar.gz
Parallel background reconstructions appear to be working!
Diffstat (limited to 'include/framework/structure/InternalLevel.h')
-rw-r--r--include/framework/structure/InternalLevel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/framework/structure/InternalLevel.h b/include/framework/structure/InternalLevel.h
index 7e8e87d..6e8b67e 100644
--- a/include/framework/structure/InternalLevel.h
+++ b/include/framework/structure/InternalLevel.h
@@ -200,7 +200,6 @@ public:
void delete_shard(shard_index shard, bool log_delete=true) {
size_t before = m_shards.size();
- fprintf(stderr, "[D]\tReconstruction deleting shard %ld %p\n", shard, m_shards[shard].first.get());
m_shards.erase(m_shards.begin() + shard);
size_t after = m_shards.size();
assert( before > after);