Skip to content

Commit 353eac6

Browse files
author
arismav
committed
remove print line
1 parent 25b8b73 commit 353eac6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/misc.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ end
7373
function angle_correction(y::AbstractVecOrMat)
7474
n = min(floor(Int, length(y) / 5) , 15)
7575
θ = sum(angle.(y[1:n])) / n
76-
println(θ)
7776
return θ
7877
end
7978

0 commit comments

Comments
 (0)