mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 12:40:11 +00:00
clean log
This commit is contained in:
@@ -2,8 +2,6 @@ package panel
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/goccy/go-json"
|
||||
)
|
||||
|
||||
@@ -67,6 +65,5 @@ func (c *Client) ReportUserTraffic(userTraffic []UserTraffic) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
log.Println(r.String())
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user