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