From c24b20de0871eab0b6e2334a2479898db4dbef2d Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Fri, 14 Oct 2011 16:42:14 +0200 Subject: [PATCH] make nico happy Signed-off-by: Steven Armstrong --- lib/cdist/context.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/cdist/context.py b/lib/cdist/context.py index ed1fd31d..cf314409 100644 --- a/lib/cdist/context.py +++ b/lib/cdist/context.py @@ -41,8 +41,6 @@ class Context(object): debug=False): self.debug = debug - if self.debug: - os.environ['__debug'] = 'yes' self.target_host = target_host