Skip to content

Commit 8503500

Browse files
committed
chore(server): remove duplicate code
1 parent 70bd848 commit 8503500

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

TTS/server/server.py

-4
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ def convert_boolean(x):
7474
path = Path(__file__).parent / "../.models.json"
7575
manager = ModelManager(path)
7676

77-
if args.list_models:
78-
manager.list_models()
79-
sys.exit()
80-
8177
# update in-use models to the specified released models.
8278
model_path = None
8379
config_path = None

0 commit comments

Comments
 (0)