diff --git a/compatibility-old-hpc/read.g b/compatibility-old-hpc/read.g index 88aaf09..a3384be 100644 --- a/compatibility-old-hpc/read.g +++ b/compatibility-old-hpc/read.g @@ -46,7 +46,3 @@ if IsHPCGAP then else MakeReadOnlyOrImmutableObj := MakeImmutable; fi; - - -Info(InfoGauss, 1, "<< The package \"GaussPar\" is still in alpha stage! >>"); -Info(InfoGauss, 1, "<< See the README.md for some usage examples. >>"); diff --git a/init.g b/init.g index 76461dd..016eda4 100644 --- a/init.g +++ b/init.g @@ -4,7 +4,6 @@ # Reading the declaration part of the package. # DeclareInfoClass("InfoGauss"); -SetInfoLevel(InfoGauss, 1); ReadPackage("GaussPar", "gap/main.gd"); ReadPackage("GaussPar", "gap/echelon-form.gd"); diff --git a/read.g b/read.g index 14f6af7..7731680 100644 --- a/read.g +++ b/read.g @@ -28,10 +28,3 @@ if IsHPCGAP then ReadPackage( "GaussPar", "gap/benchmarking/timing.g"); ReadPackage( "GaussPar", "gap/benchmarking/measure_contention.gi"); fi; - -Info(InfoGauss, 1, "<< >>"); -Info(InfoGauss, 1, "<< >>"); -Info(InfoGauss, 1, "<< The package \"GaussPar\" is still in alpha stage! >>"); -Info(InfoGauss, 1, "<< See the README.md for some usage examples. >>"); -Info(InfoGauss, 1, "<< >>"); -Info(InfoGauss, 1, "<< >>");