summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Hostbase.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-10-13 18:55:00 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-10-13 18:55:00 +0000
commit47fc91e2694106e7a07be2a3c092065ab323ae81 (patch)
tree7016cc07c95802b5b497410cab396890a2c3067e /src/lib/Server/Plugins/Hostbase.py
parentf98f889ed2c8d980381253d05cf013ddb067d671 (diff)
downloadbcfg2-47fc91e2694106e7a07be2a3c092065ab323ae81.tar.gz
bcfg2-47fc91e2694106e7a07be2a3c092065ab323ae81.tar.bz2
bcfg2-47fc91e2694106e7a07be2a3c092065ab323ae81.zip
kill debug print
(Logical change 1.336) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1378 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Plugins/Hostbase.py')
-rw-r--r--src/lib/Server/Plugins/Hostbase.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Server/Plugins/Hostbase.py b/src/lib/Server/Plugins/Hostbase.py
index a57951e7a..bd3a4f197 100644
--- a/src/lib/Server/Plugins/Hostbase.py
+++ b/src/lib/Server/Plugins/Hostbase.py
@@ -68,7 +68,6 @@ class Hostbase(Plugin, DataNexus):
if self.entries.has_key(event.filename) and not self.xdata.has_key(event.filename):
self.xdata[event.filename] = XML(self.entries[event.filename].data)
if [item for item in self.files if not self.entries.has_key(item)]:
- print item
return
# we might be able to rebuild data more sparsely,
# but hostbase.xml is the only one that will really change often