Remove superfluous line

This commit is contained in:
Thelonius Kort
2023-03-28 14:51:57 +02:00
parent 3a2af2adb4
commit 5ac1a6c8e7

View File

@ -69,7 +69,6 @@ defmodule Outlook.InternalTree do
def get_tunit_ids(tree) do def get_tunit_ids(tree) do
InternalTree.collect_tunit_ids(tree) InternalTree.collect_tunit_ids(tree)
# |> List.flatten()
end end
def modify_tunits(tree, modifier, tu_ids) do def modify_tunits(tree, modifier, tu_ids) do