Commit c8b2c13e authored by Andreas Bigger's avatar Andreas Bigger

remove factory subcommand

parent 640526de
......@@ -25,11 +25,4 @@ var Subcommands = cli.Commands{
return Oracle(logger, cfg)
},
},
{
Name: "factory",
Usage: "Watches the DisputeGameFactory for new dispute games",
Action: func(ctx *cli.Context) error {
panic("factory not implemented")
},
},
}
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