refactor: remove comment

This commit is contained in:
Jan De Dobbeleer 2020-11-26 19:40:31 +01:00 committed by Jan De Dobbeleer
parent 991ce4b4ce
commit f05d8a2cc2

View file

@ -48,11 +48,6 @@ func (c *command) string() string {
return c.value return c.value
} }
// func (c *command) runCommand(command string) string {
// args := strings.Fields(command)
// return c.env.runCommand(args[0], args[1:]...)
// }
func (c *command) init(props *properties, env environmentInfo) { func (c *command) init(props *properties, env environmentInfo) {
c.props = props c.props = props
c.env = env c.env = env