Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabouardy committed Jan 5, 2018
1 parent 73513db commit e3d90b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ func ImportPlugins(server string, username string, password string) error {
}
defer resp.Body.Close()

fmt.Println(resp.StatusCode)

if resp.StatusCode == 401 {
return errors.New("Unauthorized 401")
}
Expand Down

0 comments on commit e3d90b0

Please sign in to comment.