From 200c15c5367c5f81e7859b99d3fd76e922eaaf7c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 27 Aug 2013 12:46:00 +0200 Subject: [PATCH] remove debug, ++changes Signed-off-by: Nico Schottelius --- docs/changelog | 1 + scripts/cdist | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog b/docs/changelog index 5b16befb..37d667b2 100644 --- a/docs/changelog +++ b/docs/changelog @@ -7,6 +7,7 @@ Changelog 2.3.1: * Core: Support relative paths for configuration directories * Core: Code cleanup (removed context class, added log class) + * Documentation: Add more best practises * Type __key_value:Fix quoting problem (Steven Armstrong) 2.3.0: 2013-08-12 diff --git a/scripts/cdist b/scripts/cdist index 4d10f37d..51d5535c 100755 --- a/scripts/cdist +++ b/scripts/cdist @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# 2010-2012 Nico Schottelius (nico-cdist at schottelius.org) +# 2010-2013 Nico Schottelius (nico-cdist at schottelius.org) # # This file is part of cdist. # @@ -178,5 +178,4 @@ if __name__ == "__main__": log.error(e) exit_code = 1 - # print("ok2 %s" % exit_code) sys.exit(exit_code)