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":