Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAustinWang committed Nov 1, 2024
1 parent fafcb55 commit 9477792
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core/capabilities/ccip/launcher/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package launcher
import (
"fmt"

"golang.org/x/exp/maps"

ocrtypes "github.com/smartcontractkit/libocr/offchainreporting2plus/types"
"go.uber.org/multierr"

Expand Down Expand Up @@ -50,9 +48,3 @@ func (c ccipPlugins) Transition(prevPlugins ccipPlugins) error {
}
return err
}

func (c ccipPlugins) PrintDigests() {
for _, d := range maps.Keys(c) {
fmt.Println(d.Hex())
}
}

0 comments on commit 9477792

Please sign in to comment.