Skip to content

Commit

Permalink
fix: removed dbg from router
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Oct 28, 2023
1 parent 36cccc9 commit d7961c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tableau/router.ex
Expand Up @@ -26,7 +26,6 @@ defmodule Tableau.Router do

match _ do
Logger.error("File not found: #{conn.request_path}")
dbg conn

send_resp(conn, 404, @not_found)
end
Expand Down

0 comments on commit d7961c2

Please sign in to comment.