remove dubious monitoring

This commit is contained in:
Thibault Duplessis 2016-03-18 22:14:56 +07:00
parent 2991844b5f
commit 740d531bfa

View file

@ -36,7 +36,7 @@ object User extends LilaController {
}
def show(username: String) = OpenBody { implicit ctx =>
filter(username, none, 1).mon(_.http.response.player.mobile)
filter(username, none, 1)
}
def showMini(username: String) = Open { implicit ctx =>