From 40c2a4b1f31e63bb17c1420fe930c505d61cdedb Mon Sep 17 00:00:00 2001 From: meggert Date: Tue, 5 Mar 2024 11:53:00 +0100 Subject: [PATCH] remove printout --- eive_tmtc/tmtc/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/eive_tmtc/tmtc/core.py b/eive_tmtc/tmtc/core.py index 70f53f4..369e30e 100644 --- a/eive_tmtc/tmtc/core.py +++ b/eive_tmtc/tmtc/core.py @@ -481,7 +481,6 @@ def pack_core_commands( # noqa C901 leap_seconds = int(input("Specify new Leap Seconds Value: ")).to_bytes( length=2, signed=False, byteorder="big" ) - print(leap_seconds) q.add_pus_tc( create_action_cmd( CORE_CONTROLLER_ID, ActionId.UPDATE_LEAP_SECONRS, leap_seconds