Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Dec 7, 2023
1 parent ca9865e commit f1de967
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prover/server/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"github.com/taikoxyz/taiko-client/bindings/encoding"
"github.com/taikoxyz/taiko-client/pkg/rpc"
"github.com/taikoxyz/taiko-client/prover/db"
"golang.org/x/exp/slog"
)

// @title Taiko Prover Server API
Expand Down Expand Up @@ -271,7 +270,6 @@ func (srv *ProverServer) GetSignedBlocks(c echo.Context) error {
}
}

slog.Info("starting block for signed blocks api", "start", start)
// start should be set to a block timestamp latestBlock-numBlocksToReturn blocks ago if
// a start timestamp was not provided.

Expand Down

0 comments on commit f1de967

Please sign in to comment.