summaryrefslogtreecommitdiffstats
path: root/api/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command.go')
-rw-r--r--api/command.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/api/command.go b/api/command.go
index 1161cc81a..2147196fa 100644
--- a/api/command.go
+++ b/api/command.go
@@ -33,15 +33,6 @@ func GetCommandProvidersProvider(name string) CommandProvider {
return nil
}
-// cmds = map[string]string{
-// "logoutCommand": "/logout",
-// "joinCommand": "/join",
-// "loadTestCommand": "/loadtest",
-// "echoCommand": "/echo",
-// "shrugCommand": "/shrug",
-// "meCommand": "/me",
-// }
-
func InitCommand(r *mux.Router) {
l4g.Debug("Initializing command api routes")