fixes mm-1348 removing dependency on redis

Этот коммит содержится в:
=Corey Hulen
2015-07-14 15:12:04 -08:00
родитель a45dea6b06
Коммит 246d12aaf2
14 изменённых файлов: 36 добавлений и 217 удалений

Просмотреть файл

@@ -27,8 +27,6 @@ var commands = []commandHandler{
func InitCommand(r *mux.Router) {
l4g.Debug("Initializing command api routes")
r.Handle("/command", ApiUserRequired(command)).Methods("POST")
hub.Start()
}
func command(c *Context, w http.ResponseWriter, r *http.Request) {