diff --git a/app/views/dashboard/scan.html.slim b/app/views/dashboard/scan.html.slim
deleted file mode 100644
index 3af1ced1..00000000
--- a/app/views/dashboard/scan.html.slim
+++ /dev/null
@@ -1,2 +0,0 @@
-- title 'Get the mobile app to order drinks'
-p Get the mobile app
diff --git a/config/routes.rb b/config/routes.rb
index 92fe62d5..7ae3b4e2 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -87,7 +87,7 @@ Qwaiter::Application.routes.draw do
end
- get '/s' => 'dashboard#scan', as: :scan
+ #get '/s' => 'dashboard#scan', as: :scan
# DEVELOPMENT ONLY
get '/qr' => 'dashboard#qr'