Skip to content

Commit d7961c2

Browse files
committed
fix: removed dbg from router
1 parent 36cccc9 commit d7961c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/tableau/router.ex

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ defmodule Tableau.Router do
2626

2727
match _ do
2828
Logger.error("File not found: #{conn.request_path}")
29-
dbg conn
3029

3130
send_resp(conn, 404, @not_found)
3231
end

0 commit comments

Comments
 (0)