remove printout
EIVE/-/pipeline/head This commit looks good Details

This commit is contained in:
Marius Eggert 2024-03-05 11:53:00 +01:00
parent 811786fd78
commit 40c2a4b1f3
1 changed files with 0 additions and 1 deletions

View File

@ -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