From 0e46ac05ffd16724e2c57d2d10da0533ede62a22 Mon Sep 17 00:00:00 2001 From: Sergio Siccha Date: Wed, 5 May 2021 18:51:37 +0200 Subject: [PATCH] Remove "alpha stage" warning --- compatibility-old-hpc/read.g | 4 ---- init.g | 1 - read.g | 7 ------- 3 files changed, 12 deletions(-) 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, "<< >>");