Skip to content

Commit

Permalink
PLAT-566 - removed debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-ben committed Sep 6, 2024
1 parent ea505b5 commit d3c821c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions moroz/svc_upload_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"context"
"encoding/json"
"fmt"
"log"
"net/http"
"os"
"path/filepath"
Expand Down Expand Up @@ -97,7 +96,6 @@ func decodeEventUpload(ctx context.Context, r *http.Request) (interface{}, error
payload.FileSHA = ev.FileSHA256
payload.UnixTime = ev.ExecutionTime
events = append(events, payload)
log.Printf("DEBUG: payload:%#v, orig event: #%v", payload, ev)
}

req := eventRequest{MachineID: id, events: events}
Expand Down

0 comments on commit d3c821c

Please sign in to comment.