Skip to content

Commit

Permalink
chore(Memory): remove unnecessary debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kumonda221-CrO3 committed Dec 17, 2024
1 parent 40b2f96 commit 7a1023a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main/Memory/MemoryAgent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -623,12 +623,6 @@ namespace axi_agent {
{
if (iter->get() == trans.get())
{
std::cout << "[memory.axi] [erase R] "
<< "(id: " << trans->request.bundle.id << ", " << trans->request.bundle.addr << ")"
<< " -> "
<< "(id: " << iter->get()->request.bundle.id << ", " << iter->get()->request.bundle.addr << ")"
<< std::endl;

activeReads.erase(iter);
break;
}
Expand Down

0 comments on commit 7a1023a

Please sign in to comment.