Browse Source

Remove call to run!

master
Dylan Baker 4 years ago
parent
commit
ed2797f12a
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      web/server.rb

+ 0
- 2
web/server.rb View File

@@ -78,7 +78,5 @@ class VLVSearch < Sinatra::Base
78 78
     def signed_in?
79 79
       !!session[:user_id]
80 80
     end
81
-
82
-    run!
83 81
   end
84 82
 end

Loading…
Cancel
Save