summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIX/Nonexistent.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Bcfg2/Client/Tools/POSIX/Nonexistent.py')
-rw-r--r--src/lib/Bcfg2/Client/Tools/POSIX/Nonexistent.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/Bcfg2/Client/Tools/POSIX/Nonexistent.py b/src/lib/Bcfg2/Client/Tools/POSIX/Nonexistent.py
index 0606d47f9..7320f8f16 100644
--- a/src/lib/Bcfg2/Client/Tools/POSIX/Nonexistent.py
+++ b/src/lib/Bcfg2/Client/Tools/POSIX/Nonexistent.py
@@ -20,13 +20,10 @@ class POSIXNonexistent(POSIXTool):
ename = entry.get('name')
recursive = entry.get('recursive', '').lower() == 'true'
if recursive:
- print "here"
# ensure that configuration spec is consistent first
for struct in self.config.getchildren():
- print "checking struct"
for el in struct.getchildren():
import lxml.etree
- print "checking entry: %s" % lxml.etree.tostring(el)
if (el.tag == 'Path' and
el.get('type') != 'nonexistent' and
el.get('name').startswith(ename)):