diff --git a/src/dag/dag-module.cpp b/src/dag/dag-module.cpp index b845e19..2e219c8 100644 --- a/src/dag/dag-module.cpp +++ b/src/dag/dag-module.cpp @@ -114,7 +114,6 @@ DagModule::harvestBelow(const uint32_t threshold) if (state.status == EdgeState::LOADED) { ret.push_back(state.record); } - ret.push_back(state.record); } } }