[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at v0.0.3-175-g74b29d3

Adrian Likins alikins at redhat.com
Fri Aug 17 17:08:49 UTC 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  74b29d3d4c09ac79a5b787da670b295ce5829dff (commit)
      from  fc3afa689397b2a2c16686ec83891de5cda45047 (commit)

- Log -----------------------------------------------------------------
commit 74b29d3d4c09ac79a5b787da670b295ce5829dff
Author: Adrian Likins <alikins at grimlock.devel.redhat.com>
Date:   Fri Aug 17 12:59:39 2007 -0400

    remove debug spew
-----------------------------------------------------------------------

Diffstat:
 ampm/client/config.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/ampm/client/config.py b/ampm/client/config.py
index ab90af2..00c313a 100644
--- a/ampm/client/config.py
+++ b/ampm/client/config.py
@@ -11,9 +11,7 @@ class AmpmConfig(ConfigParser.SafeConfigParser):
         ConfigParser.SafeConfigParser.__init__(self, defaults)
 
     def load(self):
-        print "loading config"
         filename = os.path.expanduser("~/.ampm_config")
-        print os.access(filename, os.R_OK)
         if os.access(filename, os.R_OK):
             self.readfp(open(filename))
         else:

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  fc3afa689397b2a2c16686ec83891de5cda45047 \
  74b29d3d4c09ac79a5b787da670b295ce5829dff




More information about the Et-mgmt-commits-list mailing list