Skip to content
Snippets Groups Projects
Unverified Commit 2b839d1f authored by href's avatar href Committed by GitHub
Browse files

Merge pull request #5 from rinpatch/fix/leftover-io-puts

Majic Plug: Remove a leftover IO.puts call
parents 4c692e54 afd5162c
No related branches found
No related tags found
1 merge request!6Release 1.1.0
......@@ -108,7 +108,6 @@ if Code.ensure_loaded?(Plug) do
defp fix_upload(upload, magic, opts) do
filename =
if Keyword.get(opts, :fix_extension) do
IO.puts("FIXING EXTENSION #{inspect opts}")
ext_opts = [
append: Keyword.get(opts, :append, false),
subtype_as_extension: Keyword.get(opts, :subtype_as_extension, false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment