1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-09 01:05:53 +02:00

remove debug print

This commit is contained in:
Kelly Brazil
2022-09-12 22:59:14 -07:00
parent da51b2b5a0
commit de6307dc38

View File

@ -197,9 +197,6 @@ def parse(
interrupt_type = ' '.join(split_line)
interrupt_info = []
print(f'{cpu_num=}, {irq=}, {interrupts=}, {interrupt_type=}, {interrupt_info=}')
raw_output.append(
{
'irq': irq,