Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Jul 31, 2024
1 parent 18f3cf3 commit df8e60e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rogue/interfaces/memory/Block.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,6 @@ void rim::Block::addVariables(std::vector<rim::VariablePtr> variables) {
// Otherwise add to exclusive mask and check for existing mapping
} else {

printf("Overlap Check size = %i, index = %i, base = %i, bits = %i\n", size_, x, x * (*vit)->valueStride_ + (*vit)->bitOffset_[0], (*vit)->valueBits_);

if (anyBits(excMask, x * (*vit)->valueStride_ + (*vit)->bitOffset_[0], (*vit)->valueBits_))
throw(rogue::GeneralError::create(
"Block::addVariables",
Expand Down

0 comments on commit df8e60e

Please sign in to comment.