Skip to content

Commit 82a1464

Browse files
committed
rem: log
1 parent ff0f4a3 commit 82a1464

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

internal/api/middleware.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package api
33
import (
44
"encoding/json"
55
"fmt"
6-
"log"
76
"net/http"
87
"strconv"
98
"strings"
@@ -35,7 +34,6 @@ func beforeRequest(client *resty.Client, request *resty.Request) error {
3534
}
3635

3736
request.SetAuthToken(config.G.Token)
38-
log.Println(config.G.Token)
3937

4038
return nil
4139
}

internal/consts/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package consts
22

33
const (
44
AppName = "go-v2ex"
5-
AppVersion = "v1.5.1"
5+
AppVersion = "v1.5.2"
66
)

0 commit comments

Comments
 (0)