lib: Removes debug output from use of environement variables.
authorAlexis Laferrière <alexis.laf@xymus.net>
Sat, 25 Sep 2010 12:06:14 +0000 (08:06 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Sun, 26 Sep 2010 07:29:00 +0000 (03:29 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/standard/environ.nit

index 8a0c667..80afabe 100644 (file)
@@ -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 ""