xbc: remove errant print, oops.
parent
84a63253a7
commit
e78edcf97a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue