summaryrefslogtreecommitdiffstats
path: root/api/command.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-09 09:22:14 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-09 09:22:14 -0600
commit3edcf960a0502fbeb3e4b46e87ecb958646eeb39 (patch)
treed8f39f96499de30052169ac2970b10a71be2602e /api/command.go
parentb1a7c1acf139efbb5312b4aa939bd94155e6a9e6 (diff)
downloadchat-3edcf960a0502fbeb3e4b46e87ecb958646eeb39.tar.gz
chat-3edcf960a0502fbeb3e4b46e87ecb958646eeb39.tar.bz2
chat-3edcf960a0502fbeb3e4b46e87ecb958646eeb39.zip
Fixing unit tests
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")