From 96f844d23f183e7242ff7dc1070ded53c1b8b59f Mon Sep 17 00:00:00 2001 From: Alberto Ramos Date: Thu, 4 Sep 2025 15:19:55 +0200 Subject: [PATCH] Removed dummy print --- src/YM/YMupdate.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/YM/YMupdate.jl b/src/YM/YMupdate.jl index 8cd0813..cea1111 100644 --- a/src/YM/YMupdate.jl +++ b/src/YM/YMupdate.jl @@ -13,7 +13,6 @@ function updt_or_wilson!(U, gp::GaugeParm, lp::SpaceParm{N,M,B,D}) where {N,M,B, @timeit "OR update (Wilson action)" begin ztw = ztwist(gp, lp) - println(ztw) for id in 1:N CUDA.@sync begin CUDA.@cuda threads=lp.bsz blocks=lp.rsz krnl_or_wilson!(U, id, 0, ztw, lp)