remove debug, ++changes

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-08-27 12:46:00 +02:00
parent 46a0689dfe
commit 200c15c536
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,7 @@ Changelog
2.3.1: 2.3.1:
* Core: Support relative paths for configuration directories * Core: Support relative paths for configuration directories
* Core: Code cleanup (removed context class, added log class) * Core: Code cleanup (removed context class, added log class)
* Documentation: Add more best practises
* Type __key_value:Fix quoting problem (Steven Armstrong) * Type __key_value:Fix quoting problem (Steven Armstrong)
2.3.0: 2013-08-12 2.3.0: 2013-08-12

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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. # This file is part of cdist.
# #
@ -178,5 +178,4 @@ if __name__ == "__main__":
log.error(e) log.error(e)
exit_code = 1 exit_code = 1
# print("ok2 %s" % exit_code)
sys.exit(exit_code) sys.exit(exit_code)