From 3fd425124c7696c98b441d8b867147438c9a79b8 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Fri, 6 Apr 2012 17:51:47 -0700 Subject: [PATCH 1/1] rubytest: remove spurious printf --- src/cpu/testers/rubytest/RubyTester.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cpu/testers/rubytest/RubyTester.cc b/src/cpu/testers/rubytest/RubyTester.cc index 7cc892166..657167394 100644 --- a/src/cpu/testers/rubytest/RubyTester.cc +++ b/src/cpu/testers/rubytest/RubyTester.cc @@ -122,7 +122,6 @@ RubyTester::getMasterPort(const std::string &if_name, int idx) return MemObject::getMasterPort(if_name, idx); } else { if (if_name == "cpuInstPort") { - printf("print getting inst port %d\n", idx); if (idx > m_num_inst_ports) { panic("RubyTester::getMasterPort: unknown inst port idx %d\n", idx); -- 2.30.2