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)