From dea5f5b583edded1601f0a2dfcf9e64f22e3b564 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 10 Dec 2022 21:05:25 -0500 Subject: [PATCH] [-] Remove debug output --- hyfetch/neofetch_util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hyfetch/neofetch_util.py b/hyfetch/neofetch_util.py index 8d82edc6..9e2dcb11 100644 --- a/hyfetch/neofetch_util.py +++ b/hyfetch/neofetch_util.py @@ -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":