Skip to content

Commit 301e0f6

Browse files
author
José Valim
committed
Remove leftover inspect
1 parent 7c56a02 commit 301e0f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/elixir/lib/record/extractor.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ defmodule Record.Extractor do
4848
# Retrieve the record with the given name from the given file
4949
defp extract_record(name, {file, opts}) do
5050
form = read_file(file, opts)
51-
IO.inspect form
5251
records = extract_records(form)
5352

5453
if record = List.keyfind(records, name, 0) do

0 commit comments

Comments
 (0)