Skip to content

Commit

Permalink
fix: remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed May 5, 2023
1 parent fe35340 commit ca7c9b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/fiber.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func (f *FiberAPI) GetQuota() (*Quota, error) {
}

f.prepareRequest(req)
fmt.Println(req.Header)

res, err := http.DefaultClient.Do(req)
if err != nil {
Expand Down

0 comments on commit ca7c9b9

Please sign in to comment.