diff --git a/catcli/noder.py b/catcli/noder.py index cab21cc..5d13e17 100644 --- a/catcli/noder.py +++ b/catcli/noder.py @@ -706,7 +706,6 @@ class Noder: found = resolv.get(top, path) if found and self.node_has_subs(found): # let's find its children as well - print(path) modpath = os.path.join(path, '*') found = resolv.glob(top, modpath) else: