Skip to content

Commit

Permalink
Remove output during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Jan 10, 2025
1 parent 576371f commit 46702c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/GrpAb/stable_sub.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 46702c4

Please sign in to comment.