diff --git a/lib/tableau/router.ex b/lib/tableau/router.ex index 0f32ee1..8c456ad 100644 --- a/lib/tableau/router.ex +++ b/lib/tableau/router.ex @@ -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