rm dbg print
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
7f65853afa
commit
0429ac324b
|
|
@ -245,8 +245,6 @@ VcdParse::parseVarValues()
|
|||
reader_->varAppendValue(id, time_, char0);
|
||||
}
|
||||
else if (char0 == 'B') {
|
||||
if (file_line_ == 148904)
|
||||
printf("luse\n");
|
||||
string bus_value = token.substr(1);
|
||||
string id = getToken();
|
||||
if (!reader_->varIdValid(id))
|
||||
|
|
|
|||
Loading…
Reference in New Issue