diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2009-03-16 01:47:13 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2009-03-16 01:47:13 +0000 |
commit | 18f5621cc659f1e118779bfd0cb4635b2993bf1b (patch) | |
tree | 6ee67e4287f6855436c5b106ec1f393ae2832ca2 | |
parent | 960af8f858bf54a1ebfb57b836dfb61c661fe3f1 (diff) | |
download | bcfg2-18f5621cc659f1e118779bfd0cb4635b2993bf1b.tar.gz bcfg2-18f5621cc659f1e118779bfd0cb4635b2993bf1b.tar.bz2 bcfg2-18f5621cc659f1e118779bfd0cb4635b2993bf1b.zip |
Server: remove debug statement
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5122 ce84e21b-d406-0410-9b95-82705330c041
-rwxr-xr-x | src/sbin/bcfg2-server | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-server b/src/sbin/bcfg2-server index 282d3fde9..3a1a1aa91 100755 --- a/src/sbin/bcfg2-server +++ b/src/sbin/bcfg2-server @@ -169,7 +169,6 @@ class Bcfg2Serv(Bcfg2.Component.Component): try: client = self.Core.metadata.resolve_client(address) config = self.Core.BuildConfiguration(client) - print checksum if checksum: for cfile in config.findall('.//ConfigFile'): if cfile.text != None: |