Skip to content

Commit

Permalink
remove unneeded var
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Jan 29, 2025
1 parent 49f72af commit 5237275
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/antithesis/gencomposeconfig/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ func main() {
utils.NewTmpnetSubnet("subnet-evm", genesisPath, utils.DefaultChainConfig, network.Nodes...),
}

// Path to the plugin dir on subnet-evm node images that will be run by docker compose.
runtimePluginDir := "/avalanchego/build/plugins"

if err := antithesis.GenerateComposeConfig(network, baseImageName); err != nil {
log.Fatalf("failed to generate compose config: %v", err)
}
Expand Down

0 comments on commit 5237275

Please sign in to comment.