Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusalonso committed Oct 26, 2023
1 parent bfcbdf0 commit e570949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mix/tasks/simple_blog/compile.ex
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ defmodule Mix.Tasks.SimpleBlog.Compile do
defp write_html_posts(root_directory, output_directory, posts) do
posts
|> Enum.map(&create_folders(&1, output_directory))
|> IO.inspect()

posts
|> Enum.map(&create_posts_html(&1, root_directory, output_directory))
Expand Down

0 comments on commit e570949

Please sign in to comment.