Skip to content

Commit 3e3e3fb

Browse files
Remove debugging line
1 parent 6e26bd9 commit 3e3e3fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test-utils.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const string_target = "Hello, JetReconstruction!"
88
@testset "File streaming" begin
99
for fname in ["file.txt", "file.txt.gz", "file.txt.zst"]
1010
fname = joinpath(@__DIR__, "data", fname)
11-
println("Testing $fname")
1211
string = readline(JetReconstruction.open_with_stream(fname))
1312
@test string == string_target
1413
end

0 commit comments

Comments
 (0)