Skip to content

Commit 6f14c27

Browse files
fix: remore unnecessary output
1 parent d69613b commit 6f14c27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/node/uninstall.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ func unInstallNodeLinux() {
141141
fmt.Printf("Command failed: %s\nOutput: %s\nError: %v\n", strings.Join(cmdArgs, " "), output, err)
142142
cobra.CheckErr(err)
143143
}
144-
fmt.Println(string(output))
145144
}
146145

147146
// Check the status of the algorand service

0 commit comments

Comments
 (0)