[-] Remove debug output

This commit is contained in:
Hykilpikonna 2022-12-10 21:05:25 -05:00
parent 4447313769
commit dea5f5b583
No known key found for this signature in database
GPG key ID: 256CD01A41D7FA26

View file

@ -249,7 +249,6 @@ def get_distro_name():
def run(preset: ColorProfile, alignment: ColorAlignment, backend: BackendLiteral):
print(backend)
if backend == "neofetch":
return run_neofetch(preset, alignment)
if backend == "fastfetch":