Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrause committed Nov 3, 2024
1 parent caf6f66 commit 104e34f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/oeis/oeis_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,6 @@ void OeisManager::updateProgramOffset(size_t id, Program &p) const {
if (id >= sequences.size() || sequences[id].id != id) {
return;
}
Log::get().info("Setting offset of " + ProgramUtil::idStr(id) + " to " +
std::to_string(sequences[id].offset));
ProgramUtil::setOffset(p, sequences[id].offset);
}

Expand Down

0 comments on commit 104e34f

Please sign in to comment.