From 3d0209972d2bcd14285b3d6cf92b133264194a5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Sat, 25 Sep 2010 08:06:14 -0400 Subject: [PATCH] lib: Removes debug output from use of environement variables. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/standard/environ.nit | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/standard/environ.nit b/lib/standard/environ.nit index 8a0c667..80afabe 100644 --- a/lib/standard/environ.nit +++ b/lib/standard/environ.nit @@ -23,8 +23,6 @@ redef class Symbol # FIXME: There is no proper way to handle NULL C string yet. What a pitty. var nulstr = once ("".to_cstring.get_environ) if res != nulstr then - "env {self}=".output - res.output return new String.from_cstring(res) else return "" -- 1.7.9.5