Skip to content

Commit c82a8ee

Browse files
committed
Remove unused debug output
1 parent 7044f9c commit c82a8ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/ex_unit/lib/ex_unit/doc_test.ex

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,6 @@ defmodule ExUnit.DocTest do
154154
end
155155

156156
defp test_content(Test[exprs: exprs, line: line], module, do_import) do
157-
#IO.puts "Testing tests:"
158-
#Enum.each exprs, fn { expr, expected } ->
159-
#IO.puts "test '#{expr}' with expectation #{inspect expected}"
160-
#end
161-
#IO.puts ""
162-
163157
file = module.__info__(:compile)[:source]
164158
location = [line: line, file: Path.relative_to(file, System.cwd!)]
165159
stack = Macro.escape [{ module, :__MODULE__, 0, location }]

0 commit comments

Comments
 (0)