Merge pull request #38 from fzeder/master

Removal of unnecessary debug message
This commit is contained in:
Matthias Jung
2015-09-16 13:43:00 +02:00

View File

@@ -186,11 +186,6 @@ void SimulationManager::report(string message)
void SimulationBatch::print()
{
for (DramSetup& s : dramSetups)
{
cout << s.memspec << " - " << s.memconfig << endl;
}
cout << endl;
for (auto& s : traceSetups)
{
cout << "trace-setup " + s.first + ":\n";