remove dead code

This commit is contained in:
Thibault Duplessis 2014-12-24 15:54:47 +01:00
parent fbf2d396c6
commit 7a875dd606

View file

@ -44,12 +44,4 @@ object UserAnalysis extends LilaController with BaseGame {
}
}
}
// def game(id: String) = Open { implicit ctx =>
// OptionResult(GameRepo game id) { game =>
// Redirect(routes.Editor.load(
// get("fen") | (chess.format.Forsyth >> game.toChess)
// ))
// }
// }
}