We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c56a02 commit 301e0f6Copy full SHA for 301e0f6
lib/elixir/lib/record/extractor.ex
@@ -48,7 +48,6 @@ defmodule Record.Extractor do
48
# Retrieve the record with the given name from the given file
49
defp extract_record(name, {file, opts}) do
50
form = read_file(file, opts)
51
- IO.inspect form
52
records = extract_records(form)
53
54
if record = List.keyfind(records, name, 0) do
0 commit comments