Skip to content

Commit

Permalink
Don’t announce integrations unless debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranOMara committed Mar 11, 2019
1 parent c8f32cb commit e11c3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrations/DataFrames.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@info "BedgraphFiles loading DataFrames integration."
@debug "BedgraphFiles loading DataFrames integration."

function Base.convert(::Type{Bedgraph.Record}, row::DataFrames.DataFrameRow) :: Bedgraph.Record
return Bedgraph.Record(row[1], row[2], row[3], row[4]) # Note: using index to allow flexible column names.
Expand Down

0 comments on commit e11c3ba

Please sign in to comment.