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 df8e60e commit 2d9b950
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rogue/interfaces/memory/Variable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ void rim::Variable::shiftOffsetDown(uint32_t shift, uint32_t minSize) {
(static_cast<float>(minSize) * 8.0))) *
minSize -
1;
printf("Idx = %i, low = %i, high = %i\n", x, lowTranByte_[x], highTranByte_[x]);
}

// Compute total bit range of accessed bytes
Expand Down

0 comments on commit 2d9b950

Please sign in to comment.