mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 21:10:30 +01:00
fix(notif): remove test logging
This commit is contained in:
@@ -64,9 +64,6 @@ func (msg *LogMessage) notify(ctx context.Context, provider Provider) error {
|
||||
}
|
||||
provider.SetHeaders(msg, req.Header)
|
||||
|
||||
fmt.Println(req.Header)
|
||||
fmt.Println(string(body))
|
||||
|
||||
resp, err := http.DefaultClient.Do(req)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user