Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Jun 19, 2024
1 parent 77948bb commit 1c212b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/pyrogue/_Variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,6 @@ def __init__(self, *,
# Override the bitSize
bitSize[0] = numValues * valueBits

print(f"List var: numValues={numValues}, valueStride={valueStride}, bitSize={bitSize[0]}")

if self._ndType is None:
raise VariableError(f'Invalid base type {self._base} with numValues = {numValues}')

Expand Down

0 comments on commit 1c212b4

Please sign in to comment.