diff --git a/eive_tmtc/tmtc/tm_store.py b/eive_tmtc/tmtc/tm_store.py index ec6d0ed..ae79813 100644 --- a/eive_tmtc/tmtc/tm_store.py +++ b/eive_tmtc/tmtc/tm_store.py @@ -53,12 +53,11 @@ def pack_tm_store_commands(p: ServiceProviderParams): f"Deletion up to time " f"{datetime.datetime.fromtimestamp(end_stamp, tz=datetime.timezone.utc)}" ) - print( + q.add_pus_tc( PusTelecommand( service=15, subservice=Subservice.DELETE_UP_TO, app_data=app_data ) ) - # ) elif o == OpCode.DUMP: q.add_log_cmd(Info.DUMP) pass