mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: drop print statement
This commit is contained in:
parent
5a8d85ac92
commit
20c850a977
@ -65,7 +65,6 @@ def tokenize(file: str) -> dict[Any] | None:
|
||||
els = re.split(delimiter, line, maxsplit=1)
|
||||
if len(els) == 2:
|
||||
key, value = els
|
||||
print(value)
|
||||
modmeta[key.strip()] = value.strip('"')
|
||||
return modmeta
|
||||
except Exception as e:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user