Skip to content

Commit

Permalink
Remove debug prints on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoq2 authored and LucasKl committed Aug 8, 2023
1 parent c59a1fb commit 954cc79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wal/trace/vcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ def parse(self, vcddata):
self.data[id][-1] = value
i += 1
elif tokens[i] == '$comment':
print('comment')
while tokens[i] != '$end':
print(tokens[i])
i += 1

i += 1
Expand Down

0 comments on commit 954cc79

Please sign in to comment.