deprecate the black box and the questions

This commit is contained in:
Kyle Drake 2015-01-19 10:21:45 -08:00
parent b9530b3d43
commit 73f29bf9cc
4 changed files with 0 additions and 42 deletions

View file

@ -31,9 +31,6 @@ get '/?' do
@sites_count = SimpleCache.get :sites_count
end
@blackbox_question = BlackBox.generate
@question_first_number, @question_last_number = generate_question
erb :index, layout: false
end