Skip to content

Commit d71da0d

Browse files
committed
Delete extraneous printing
1 parent 49cc24c commit d71da0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

NDTensors/src/lib/BlockSparseArrays/test/test_basics.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ using .NDTensorsTestUtils: devices_list, is_supported_eltype
3636
@testset "BlockSparseArrays (dev=$dev, eltype=$elt)" for dev in devices_list(copy(ARGS)),
3737
elt in (Float32, Float64, Complex{Float32}, Complex{Float64})
3838

39-
@show dev, elt
40-
4139
if !is_supported_eltype(dev, elt)
4240
continue
4341
end

0 commit comments

Comments
 (0)