Skip to content

Commit c0987c0

Browse files
committed
Style output
1 parent 915b3c1 commit c0987c0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

internal/schedule/setup.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,6 @@ transaction() {
153153
noteText := branding.GrayStyle.Render("Note: If the manager already existed, no changes were made")
154154
logger.Info(fmt.Sprintf("%s %s", noteIcon, noteText))
155155

156-
if txResult.TransactionID.String() != "" {
157-
logger.Info("")
158-
txIDLabel := branding.GrayStyle.Render("Transaction ID:")
159-
txID := branding.PurpleStyle.Render(txResult.TransactionID.String())
160-
logger.Info(fmt.Sprintf(" %s %s", txIDLabel, txID))
161-
}
162-
163156
return &setupResult{
164157
success: true,
165158
transactionID: txResult.TransactionID.String(),

0 commit comments

Comments
 (0)