From e610273dc3be352edbdba25f280f6927d4619ec6 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 3 Jan 2024 23:15:01 +0100 Subject: [PATCH] cleaning --- catcli/noder.py | 1 - 1 file changed, 1 deletion(-) 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: