Skip to content

Commit 696fe56

Browse files
committed
Removed debug print.
1 parent 42bafe5 commit 696fe56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CosStream.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ function merge_streams(stms::CosArray)
8888
(path,io) = get_tempfilepath()
8989
try
9090
dict = CosDict()
91-
println(path)
9291
set!(dict, cn"F", CosLiteralString(path))
9392
ret = CosStream(dict, false)
9493
v = get(stms)

0 commit comments

Comments
 (0)