mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
remove accidental inspect
This commit is contained in:
parent
3c1a25d5dc
commit
a74313404f
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ defmodule Philomena.MarkdownWriter do
|
|||
alias PhilomenaWeb.TextileMarkdownRenderer
|
||||
|
||||
def put_markdown(obj, attrs, field, field_md) do
|
||||
IO.inspect(attrs)
|
||||
val = attrs[field] || attrs[to_string(field)] || ""
|
||||
md = TextileMarkdownRenderer.render_one(%{body: val})
|
||||
|
||||
|
|
Loading…
Reference in a new issue