Skip to content

Commit

Permalink
refactor: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Nov 26, 2020
1 parent 991ce4b commit f05d8a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions segment_command.go
Expand Up @@ -48,11 +48,6 @@ func (c *command) string() string {
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) {
c.props = props
c.env = env
Expand Down

0 comments on commit f05d8a2

Please sign in to comment.