Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Apr 26, 2024
1 parent 80599ec commit 5fef9c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/faucet/faucet/faucet.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ type Faucet struct {

func NewFaucet(rpcURL string, chainID int64, pkString string) (*Faucet, error) {
logger := log.New()
// logger.SetHandler(log.StreamHandler(os.Stdout, tenlog.TenLogFormat()))
w := wallet.NewInMemoryWalletFromConfig(pkString, chainID, logger)
obsClient, err := obsclient.DialWithAuth(rpcURL, w, logger)
if err != nil {
Expand Down

0 comments on commit 5fef9c9

Please sign in to comment.