From 791446455ebf43ab9e119ed6646211cf1c63e315 Mon Sep 17 00:00:00 2001 From: Benedikt Ehinger Date: Wed, 8 Jan 2025 11:30:32 +0100 Subject: [PATCH] remove @show from epoch.jl (#242) --- src/utilities.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utilities.jl b/src/utilities.jl index adc03755..69489a27 100644 --- a/src/utilities.jl +++ b/src/utilities.jl @@ -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