Remove "Considering..." line
This commit is contained in:
@@ -53,11 +53,6 @@ defmodule Display do
|
||||
format_error(error) |> IO.puts
|
||||
end
|
||||
|
||||
def considering(module) do
|
||||
IO.puts("Considering #{format_module(module)}...")
|
||||
module
|
||||
end
|
||||
|
||||
def clear_screen do
|
||||
if Options.clear_screen? do
|
||||
IO.puts(ANSI.clear)
|
||||
|
||||
@@ -29,7 +29,6 @@ defmodule Runner do
|
||||
|
||||
def run_module(module) do
|
||||
module
|
||||
|> Display.considering
|
||||
|> Execute.run_module(&track/2)
|
||||
|> display
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user