From b3f65e9b46bd1446ec8d4179388a974b2d1a0303 Mon Sep 17 00:00:00 2001 From: Jutho Date: Sat, 12 Aug 2017 00:22:07 +0200 Subject: [PATCH] Remove @show in tests --- test/runtests.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index f5ac5f5..4ff1178 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -99,7 +99,6 @@ end #--------------------------------------------------------------------------------------------- smallerjlist = 0:1//2:5 for j1 in smallerjlist, j2 in smallerjlist, j3 in smallerjlist - @show (j1,j2,j3) m1range = -j1:j1 m2range = -j2:j2 m3range = -j3:j3