Skip to content

Commit eb17abc

Browse files
committed
Remove stray debugging println
1 parent b4de721 commit eb17abc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

upcloud/service/service.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ func (s *Service) GetServers() (*upcloud.Servers, error) {
117117
return nil, parseJSONServiceError(err)
118118
}
119119

120-
fmt.Println(string(response))
121120
err = json.Unmarshal(response, &servers)
122121
if err != nil {
123122
return nil, fmt.Errorf("unable to unmarshal JSON: %s, %w", string(response), err)

0 commit comments

Comments
 (0)