Commit 26c2164c authored by Matt Bell's avatar Matt Bell Committed by Juan Batiz-Benet

core/commands2: Removed 'echo' test command

parent 2915007c
...@@ -103,11 +103,6 @@ var rootSubcommands = map[string]*cmds.Command{ ...@@ -103,11 +103,6 @@ var rootSubcommands = map[string]*cmds.Command{
res.SetValue(req.Arguments()) res.SetValue(req.Arguments())
}, },
}, },
"echo": &cmds.Command{
Run: func(res cmds.Response, req cmds.Request) {
res.SetValue(req.Stream())
},
},
} }
func init() { func init() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment