Remove superfluous Logger
This commit is contained in:
@ -51,9 +51,7 @@ defmodule Outlook.InternalTree.RawInternalBasic do
|
|||||||
|
|
||||||
def partition_blocklevel([]), do: []
|
def partition_blocklevel([]), do: []
|
||||||
|
|
||||||
require Logger
|
|
||||||
defp inline_to_translation_units(inline_tree) do
|
defp inline_to_translation_units(inline_tree) do
|
||||||
Logger.info "inline_tree #{inline_tree |> inspect}"
|
|
||||||
partition_inlinelevel(inline_tree)
|
partition_inlinelevel(inline_tree)
|
||||||
|> chunk_with_list()
|
|> chunk_with_list()
|
||||||
|> Html.strip_attributes
|
|> Html.strip_attributes
|
||||||
|
|||||||
Reference in New Issue
Block a user