diff --git a/hw/simulate/simulator.cpp b/hw/simulate/simulator.cpp index 9cc669d9..5683bdc4 100644 --- a/hw/simulate/simulator.cpp +++ b/hw/simulate/simulator.cpp @@ -28,9 +28,6 @@ Simulator::~Simulator() { } void Simulator::attach_ram(RAM* ram) { -#ifndef NDEBUG - std::cout << timestamp << ": [sim] attach_ram" << std::endl; -#endif ram_ = ram; dram_rsp_vec_.clear(); }