From f1c48b8f8319d21b3ab71bcd94d7eeb619656590 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Tue, 25 Apr 2017 11:03:20 +0200
Subject: [PATCH] Removed testing phase

---
 docs.it4i/software/lmod.md | 33 +--------------------------------
 1 file changed, 1 insertion(+), 32 deletions(-)

diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md
index f3dd45a7d..24a93cbc8 100644
--- a/docs.it4i/software/lmod.md
+++ b/docs.it4i/software/lmod.md
@@ -2,42 +2,11 @@
 
 Lmod is a modules tool, a modern alternative to the oudated & no longer actively maintained Tcl-based environment modules tool.
 
-Detailed documentation on Lmod is available at [here](http://lmod.readthedocs.io).
+Detailed documentation on Lmod is available [here](http://lmod.readthedocs.io).
 
 !!! warning
     All the new modules will be availabe in Lmod environment only.
 
-## Important Dates
-
-| Date       | Action                 |
-| ---------- | ---------------------- |
-| 2017-02-01 | Testing phase          |
-| 2017-04-01 | Global deployment lmod |
-
-## How to Activate Testing Lmod Enviroment?
-
-Create folder or file `.lmod` into your home folder. Logout and login. New Lmod enviroment will be active now.
-
-```console
-$ mkdir ~/.lmod
-$ logout
-Connection to login4.salomon.it4i.cz closed.
-
-local~$ ssh vop999@login.it4i.cz
-                    _____       _
-                   / ____|     | |
-                  | (___   __ _| | ___  _ __ ___   ___  _ __
-                   \___ \ / _` | |/ _ \| '_ ` _ \ / _ \| '_ \
-                   ____) | (_| | | (_) | | | | | | (_) | | | |
-                  |_____/ \__,_|_|\___/|_| |_| |_|\___/|_| |_|
-
-                        http://www.it4i.cz/?lang=en
-
-$
-$ ml
-No modules loaded
-```
-
 ## Benefits
 
 * significantly more responsive module commands, in particular module avail (ml av)
-- 
GitLab