Skip to content

Commit 4941359

Browse files
fix: remove fmt.Println(..) log
1 parent c70a705 commit 4941359

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

util/billing.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"bytes"
55
"context"
66
"encoding/json"
7-
"fmt"
87
"io/ioutil"
98
"log"
109
"net/http"
@@ -90,7 +89,6 @@ func getArcInstance(arcID string) (ArcInstance, error) {
9089
req.Header.Add("cache-control", "no-cache")
9190

9291
res, err := http.DefaultClient.Do(req)
93-
fmt.Println("Requesting:", url)
9492
if err != nil {
9593
log.Println("error while sending request: ", err)
9694
return arcInstance, err

0 commit comments

Comments
 (0)