Skip to content

Commit e241db4

Browse files
committed
Update types.jl
1 parent 0aa5916 commit e241db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ function (f::LeastSquaresIterativeCstmTol)(x)
429429
end
430430

431431
function prox!(y, f::LeastSquaresIterativeCstmTol, x, gamma)
432-
@info "[🎴 ] calling Shuvo's custom prox on LeastSquaresIterativeCstmTol"
432+
# @info "[🎴 ] calling Shuvo's custom prox on LeastSquaresIterativeCstmTol"
433433
f.q .= f.lambdaAtb .+ x./gamma
434434
RC = eltype(f.S)
435435
# two cases: (1) tall A, (2) fat A

0 commit comments

Comments
 (0)