Remove IO.inspect
This commit is contained in:
parent
eabe9cdd9b
commit
2929e6c7c3
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ defmodule Mix.Tasks.Temple.Gen.Html do
|
|||
@doc false
|
||||
def copy_new_files(%Context{} = context, paths, binding) do
|
||||
files = files_to_be_generated(context)
|
||||
IO.inspect(files, label: "files")
|
||||
|
||||
Mix.Phoenix.copy_from(paths, "priv/templates/temple.gen.html", binding, files)
|
||||
|
||||
|
|
Reference in a new issue