Skip to content

Commit 7931223

Browse files
committed
remove json output message, and replace with status message
1 parent d7bb79b commit 7931223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/parse.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func ParseAction(context *cli.Context) error {
158158
}
159159
json := <-msgReceiveChannel
160160
color.Green("Server stopped")
161-
fmt.Printf("Received data %v\n", json)
161+
color.Green("Received data from CHelper companion")
162162
// first line contains a json string
163163
lines := strings.Split(json, "\n")
164164
task, err := extractTaskFromJson(lines[1])

0 commit comments

Comments
 (0)