Skip to content

Commit

Permalink
Merge pull request #2051 from OffchainLabs/fix-relay-pprof
Browse files Browse the repository at this point in the history
Fix enabling pprof on the relay
  • Loading branch information
PlasmaPower committed Dec 23, 2023
2 parents 07710dc + cacb641 commit fef6581
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/relay/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ package main
import (
"context"
"fmt"
"net/http"
"os"
"os/signal"
"syscall"
Expand All @@ -22,10 +21,6 @@ import (
"github.com/offchainlabs/nitro/relay"
)

func init() {
http.DefaultServeMux = http.NewServeMux()
}

func main() {
if err := startup(); err != nil {
log.Error("Error running relay", "err", err)
Expand Down

0 comments on commit fef6581

Please sign in to comment.