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 af54b4a commit bc2861fCopy full SHA for bc2861f
cmd/arduino-flasher-cli/daemon/daemon.go
@@ -16,7 +16,6 @@
16
package daemon
17
18
import (
19
- "encoding/json"
20
"errors"
21
"fmt"
22
"net"
@@ -119,6 +118,5 @@ func (r daemonResult) Data() interface{} {
119
118
}
120
121
func (r daemonResult) String() string {
122
- j, _ := json.Marshal(r)
123
return fmt.Sprintln(i18n.Tr("Daemon is now listening on %s:%s", r.IP, r.Port))
124
0 commit comments