Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
sofia-doofinder committed Mar 26, 2024
1 parent ae70b42 commit 2160f87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/csv_sniffer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ defmodule CsvSniffer do
For performance reasons, the data is evaluated in chunks, so it can try and evaluate the
smallest portion of the data possible, evaluating additional chunks as necessary.
"""
@spec guess_delimiter(CsvSniffer.Dialect.t(), binary) :: map
def guess_delimiter(%Dialect{delimiter: nil} = dialect, sample) do
# inside this function, we can be sure there's no escape character ...
newline = find_newline_character(sample)
Expand Down Expand Up @@ -97,7 +96,6 @@ defmodule CsvSniffer do
end

def guess_delimiter(dialect, _sample) do
IO.inspect("entra por el que")
dialect
end

Expand Down

0 comments on commit 2160f87

Please sign in to comment.