summaryrefslogtreecommitdiff
path: root/src/sim/wb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/wb.cc')
-rw-r--r--src/sim/wb.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sim/wb.cc b/src/sim/wb.cc
index 50acd05..01768e8 100644
--- a/src/sim/wb.cc
+++ b/src/sim/wb.cc
@@ -28,7 +28,6 @@ void WB::write_handler()
reg = this->checked_out.front();
this->checked_out.pop_front();
- std::cout << "storing " << reg << " with " << this->curr_instr->get_s1() << std::endl;
this->store_register(reg, this->curr_instr->get_s1());
}