From 7e3820a8c910d114d95e57983c6167c49a6c4c62 Mon Sep 17 00:00:00 2001
From: joshemb <josh@elixxir.io>
Date: Tue, 14 Feb 2023 11:46:24 -0800
Subject: [PATCH] Fix documentation

---
 generatePackage.py | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/generatePackage.py b/generatePackage.py
index cee168e..9fae28f 100755
--- a/generatePackage.py
+++ b/generatePackage.py
@@ -241,16 +241,6 @@ def main(argv: Sequence[str] | None = None) -> int:
         print(f"Number of occurrences of run.sh in all subdirectories: {network_count}")
         return
     elif args.command == "generate":
-        # todo: It may be that the serveral programmers are separating tests
-        # simultaneously. If they are doing this, it's likely their offsets will be
-        # the same and they will generate newtorks operating on the same port.
-        # In which case, there should be some way to input
-        # an argument to just run the count function and output the result.
-        # Instruct in the guide (some readme) that the user should post this offset
-        # Have an argument that  takes this offset and adds it to run_sh_count
-        # Request new package name from user
-        #newPackage = string(input("Name of new package: "))
-        #os.makedirs(os.path.dirname(newPackage), exist_ok=True)
         generate_server_side_config(network_count + args.offset, args.package)
     else:
         raise NotImplementedError(
-- 
GitLab