Skip to content

Commit 46fdf82

Browse files
Update src/Blocks/sources.jl
Co-authored-by: Aayush Sabharwal <[email protected]>
1 parent 1bb50dd commit 46fdf82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Blocks/sources.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -805,11 +805,9 @@ function (f::CachedInterpolation{T})(u, x, args) where {T}
805805
interp = @inbounds if (u, x) (get_tmp(prev_u, u), get_tmp(prev_x, x))
806806
get_tmp(prev_u, u) .= u
807807
get_tmp(prev_x, x) .= x
808-
# @info "cache miss"
809808
cache.bufs[(u, x)] = interpolation_type(
810809
get_tmp(prev_u, u), get_tmp(prev_x, x), args...)
811810
else
812-
# @info "cache hit"
813811
cache[(u, x)]
814812
end
815813

0 commit comments

Comments
 (0)