clean log

This commit is contained in:
yuzuki999 2023-09-29 18:16:47 +08:00
parent af9fb2084a
commit db238f7fe5

View File

@ -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
}