mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 09:58:14 -05:00
clean log
This commit is contained in:
parent
af9fb2084a
commit
db238f7fe5
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user