From fcd1e62b5eafa9b742942d7d2a5e83a9b81c0511 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sat, 26 May 2018 00:33:29 -0700 Subject: [PATCH] Remove the debug session. --- src/Go.cr | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Go.cr b/src/Go.cr index 5a5418b..c6592a4 100644 --- a/src/Go.cr +++ b/src/Go.cr @@ -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