Skip to content

Commit

Permalink
remove redundant secho() (flyteorg#2385)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <[email protected]>
  • Loading branch information
austin362667 committed May 9, 2024
1 parent b35b89c commit 6f114ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flytekit/tools/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ def _raw_register(cp_entity: FlyteControlPlaneEntity):
is_lp = True
else:
og_id = cp_entity.template.id
secho(og_id, "")
try:
if not dry_run:
try:
Expand Down

0 comments on commit 6f114ea

Please sign in to comment.