From c907cf9dd87c048b5ce047e63f8dd7fcc6bbef2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Mon, 13 Jan 2025 08:35:02 +0100 Subject: [PATCH] Remove output during tests (#1721) --- 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]