From f2220a34a7ded1dded4f2293b02f66e5e52ee3eb Mon Sep 17 00:00:00 2001 From: nwg-piotr Date: Tue, 6 Sep 2022 12:38:41 +0200 Subject: [PATCH] don't print :P --- nwg_shell/installer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nwg_shell/installer.py b/nwg_shell/installer.py index 4abad7e..8ac0c3f 100644 --- a/nwg_shell/installer.py +++ b/nwg_shell/installer.py @@ -109,7 +109,6 @@ def main(): del shell_data["last-upgrade"] save_json(shell_data, shell_data_file) - print("shell_data", shell_data) print("\n-------------------------------------------------------------------") print("| This script installs/overwrites configs and style sheets |") print("| for sway and nwg-shell components. |")