Skip to content

Commit f9b751d

Browse files
committed
remove prints
1 parent 76474b6 commit f9b751d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/asammdf/blocks/mdf_v4.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8335,7 +8335,6 @@ def _get_scalar(
83358335
record_size += channel_group.invalidation_bytes_nr
83368336

83378337
ch_dtype = np.min_scalar_type(channel_group.cycles_nr)
8338-
print('min', channel.name, ch_dtype)
83398338
channel.dtype_fmt = ch_dtype
83408339

83418340
count = 0
@@ -8349,8 +8348,6 @@ def _get_scalar(
83498348
)
83508349
offset = offset // record_size
83518350

8352-
print(offset, type(offset))
8353-
83548351
vals = arange(len(data_bytes) // record_size, dtype=ch_dtype)
83558352
vals += offset
83568353

@@ -8433,8 +8430,6 @@ def _get_scalar(
84338430
signal.invalidation_bits,
84348431
)
84358432

8436-
print(vals.dtype)
8437-
84388433
else:
84398434
channel_group = grp.channel_group
84408435

0 commit comments

Comments
 (0)