diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2025-02-14 15:34:39 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2025-02-14 15:34:39 -0500 |
| commit | ffbca7e200d8e7937592cd4a70d41f4d6ed9cb65 (patch) | |
| tree | 4cae9e8e75c0718b635d5b7788a288982fe4efd4 /include/framework/structure/InternalLevel.h | |
| parent | d28f2cfcd4249fc7d984762a326e3f2d6dcba7dc (diff) | |
| download | dynamic-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.h | 1 |
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); |