Skip to content

Commit

Permalink
delete minor unreachable code caused by log.Fatal
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <[email protected]>
  • Loading branch information
Abirdcfly authored Aug 10, 2022
1 parent 3a25147 commit a15e579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client_example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ func callUpload(client rpc.ArduinoCoreServiceClient, instance *rpc.Instance) {

if err != nil {
log.Fatalf("Upload error: %s", err)
break
}

// When an operation is ongoing you can get its output
Expand Down

0 comments on commit a15e579

Please sign in to comment.