Skip to content

Commit 46702c4

Browse files
committed
Remove output during tests
1 parent 576371f commit 46702c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/GrpAb/stable_sub.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,6 @@ Given a ZpnGModule $M$, the function returns all the submodules of $M$.
432432
433433
"""
434434
function submodules(M::ZpnGModule; typequo=Int[-1], typesub=Int[-1], ord=-1)
435-
@show typequo
436-
437435
if typequo!=[-1]
438436
return submodules_with_quo_struct(M,typequo)
439437
elseif typesub!=[-1]

0 commit comments

Comments
 (0)