Remove unused

This commit is contained in:
Dimitris Zlatanidis 2023-04-25 23:58:57 +03:00
parent 71ad0d1317
commit 0dddfdcdd6

View file

@ -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)