Skip to content

Commit

Permalink
remove @show from epoch.jl (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger authored Jan 8, 2025
1 parent bce42db commit 7914464
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
function epoch(; data, evts = nothing, tbl = nothing, τ, sfreq, kwargs...)
@assert (isnothing(evts) | isnothing(tbl))
evts = isnothing(evts) ? tbl : evts
@show isnothing(evts), isnothing(tbl)


epoch(data, evts, τ, sfreq; kwargs...)
end

Expand Down

0 comments on commit 7914464

Please sign in to comment.