We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36cccc9 commit d7961c2Copy full SHA for d7961c2
lib/tableau/router.ex
@@ -26,7 +26,6 @@ defmodule Tableau.Router do
26
27
match _ do
28
Logger.error("File not found: #{conn.request_path}")
29
- dbg conn
30
31
send_resp(conn, 404, @not_found)
32
end
0 commit comments