We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915b3c1 commit c0987c0Copy full SHA for c0987c0
internal/schedule/setup.go
@@ -153,13 +153,6 @@ transaction() {
153
noteText := branding.GrayStyle.Render("Note: If the manager already existed, no changes were made")
154
logger.Info(fmt.Sprintf("%s %s", noteIcon, noteText))
155
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
-
163
return &setupResult{
164
success: true,
165
transactionID: txResult.TransactionID.String(),
0 commit comments