Remove the debug session.

This commit is contained in:
Danila Fedorin 2018-05-26 00:33:29 -07:00
parent 0145903e70
commit fcd1e62b5e
1 changed files with 0 additions and 2 deletions

View File

@ -117,6 +117,4 @@ ws "/game/:id" do |socket, env|
end
end
GAME_CACHE["debug"] = Go::Game.new(Go::Size::Small, "black", "white")
Kemal.run