From ba2924b8d12003fe3761ff07e8e5e6d5a68893d3 Mon Sep 17 00:00:00 2001 From: Ftps Date: Sun, 27 Aug 2023 20:03:27 +0900 Subject: [PATCH] remove testprint --- infer/modules/vc/modules.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/infer/modules/vc/modules.py b/infer/modules/vc/modules.py index 0fb7c0a..f3626a9 100644 --- a/infer/modules/vc/modules.py +++ b/infer/modules/vc/modules.py @@ -30,8 +30,6 @@ class VC: self.config = config def get_vc(self, sid, *to_return_protect): - print("aosdijfaofjoaij") - print(to_return_protect) person = f'{os.getenv("weight_root")}/{sid}' print(f"loading {person}")