Skip to content

Commit 0310ce6

Browse files
committed
drop printout
1 parent baa5835 commit 0310ce6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ApproxConv.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ function computeAcrossHypothesis!(ccwl::CommonConvWrapper{T},
189189
count += 1
190190
if sfidx in certainidx || hypoidx in certainidx || hypoidx == sfidx
191191
# hypo case hypoidx, sfidx = $hypoidx, $sfidx
192-
@show hypoidx, vars
193192
for i in 1:Threads.nthreads() ccwl.cpt[i].activehypo = vars; end
194193
approxConvOnElements!(ccwl, allelements[count])
195194
# elseif hypoidx == sfidx

0 commit comments

Comments
 (0)