We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70a705 commit 4941359Copy full SHA for 4941359
1 file changed
util/billing.go
@@ -4,7 +4,6 @@ import (
4
"bytes"
5
"context"
6
"encoding/json"
7
- "fmt"
8
"io/ioutil"
9
"log"
10
"net/http"
@@ -90,7 +89,6 @@ func getArcInstance(arcID string) (ArcInstance, error) {
90
89
req.Header.Add("cache-control", "no-cache")
91
92
res, err := http.DefaultClient.Do(req)
93
- fmt.Println("Requesting:", url)
94
if err != nil {
95
log.Println("error while sending request: ", err)
96
return arcInstance, err
0 commit comments