Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed Apr 29, 2024
1 parent f32325c commit abd5aa6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/node/docker_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ func (d *DockerNode) startHost() error {
d.cfg.hostP2PPort,
}

//hostVolume := map[string]string{d.cfg.nodeName + "-host-volume": _hostDataDir}

_, err := docker.StartNewContainer(d.cfg.nodeName+"-host", d.cfg.hostImage, cmd, exposedPorts, nil, nil, nil)

return err
Expand Down

0 comments on commit abd5aa6

Please sign in to comment.