diff --git a/src/xbc/__init__.py b/src/xbc/__init__.py index abcf2d9..e26df55 100644 --- a/src/xbc/__init__.py +++ b/src/xbc/__init__.py @@ -177,7 +177,6 @@ def key_walk(d, key): for i in range(len(split) - 1, 0, -1): x = '.'.join(split[:i]) - print(x) if x not in d: d[x] = False