Remove commented out line of code.

This commit is contained in:
Gordon Martin 2016-09-04 17:03:02 +01:00
parent f158e2f063
commit 2e39821733

View file

@ -41,7 +41,6 @@ object Mod extends LilaController {
chatApi.userChat.findAll(ids).map {
chats =>
tournamentList.zip(chats)
// Ok (html.mod.publicChat(tournamentsAndChats))
}
}