From 46702c43d4cb5d1dbdece98f35b505c5c70b162f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Fri, 10 Jan 2025 12:22:22 +0100 Subject: [PATCH] Remove output during tests --- src/GrpAb/stable_sub.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/GrpAb/stable_sub.jl b/src/GrpAb/stable_sub.jl index 40a2f34449..e6ec65ac8a 100644 --- a/src/GrpAb/stable_sub.jl +++ b/src/GrpAb/stable_sub.jl @@ -432,8 +432,6 @@ Given a ZpnGModule $M$, the function returns all the submodules of $M$. """ function submodules(M::ZpnGModule; typequo=Int[-1], typesub=Int[-1], ord=-1) - @show typequo - if typequo!=[-1] return submodules_with_quo_struct(M,typequo) elseif typesub!=[-1]