removed unused code
This commit is contained in:
parent
492cfd61e9
commit
1d4c3ec553
|
@ -18,8 +18,6 @@ void Log::SC_log(std::string msg, enum LogLevel level) {
|
||||||
|
|
||||||
if (level <= currentLogLevel) {
|
if (level <= currentLogLevel) {
|
||||||
m_stream << "time " << sc_core::sc_time_stamp() << ": " << msg << std::endl;
|
m_stream << "time " << sc_core::sc_time_stamp() << ": " << msg << std::endl;
|
||||||
} else {
|
|
||||||
m_stream << "patata" << std::endl;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue