From 47fc91e2694106e7a07be2a3c092065ab323ae81 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Thu, 13 Oct 2005 18:55:00 +0000 Subject: 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 --- src/lib/Server/Plugins/Hostbase.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/Server/Plugins/Hostbase.py') 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 -- cgit v1.2.3-1-g7c22