Skip to content

Commit 029ec26

Browse files
committed
Remove legacy code
1 parent b9bee6b commit 029ec26

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

nxc/first_run.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def first_run_setup(logger=nxc_logger):
1818
folders = (
1919
"logs",
2020
"modules",
21-
"protocols",
2221
"workspaces",
2322
"obfuscated_scripts",
2423
"screenshots",
@@ -45,7 +44,3 @@ def first_run_setup(logger=nxc_logger):
4544
logger.display("Copying default configuration file")
4645
default_path = path_join(DATA_PATH, "nxc.conf")
4746
shutil.copy(default_path, NXC_PATH)
48-
49-
# if not exists(CERT_PATH):
50-
# if os.name != 'nt':
51-
# if e.errno == errno.ENOENT:

0 commit comments

Comments
 (0)