xbc: remove errant print, oops.

current
Síle Ekaterin Liszka 2024-01-18 15:59:52 -08:00
parent 84a63253a7
commit e78edcf97a
Signed by: VulpineAmethyst
SSH Key Fingerprint: SHA256:VcHwQ6SUfi/p0Csfxe3SabX/TImWER0PhoJqkt+GlmE
1 changed files with 0 additions and 1 deletions

View File

@ -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