diff --git a/bin/slpkg b/bin/slpkg index 588e35e0..ddef6fbf 100755 --- a/bin/slpkg +++ b/bin/slpkg @@ -9,8 +9,6 @@ args.pop(0) # slpkg new-config it works outside from the main arguments because of the load configurations settings. if len(args) == 1 and args[0] == '-x' or len(args) == 1 and args[0] == 'new-config': options: list = [] - # if not Configs.colors: - # options: list = ['--no-colors'] new_config = NewConfig(options) new_config.check() raise SystemExit(0)