Skip to content

Commit cbd6d39

Browse files
authored
remove debug lines
1 parent 611c8ac commit cbd6d39

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/profile/fixefpr.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ function profileβj!(
102102
ζv = getproperty.(tbl, )
103103
βv = getproperty.(tbl, sym)
104104
val.fwd[sym] = interpolate(βv, ζv, BSplineOrder(4), Natural())
105-
if sym == :β1
106-
@debug "" sym
107-
@debug "" collect(zip(ζv, βv))
108-
end
109105
val.rev[sym] = interpolate(ζv, βv, BSplineOrder(4), Natural())
110106
return val
111107
end

0 commit comments

Comments
 (0)