From f13d912c84e6ab71aa1a14a672e32bf27e2e4c11 Mon Sep 17 00:00:00 2001 From: gokul Date: Fri, 9 Jun 2023 12:54:47 +0530 Subject: [PATCH] Remove console statements --- whisjax.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/whisjax.py b/whisjax.py index 2022aa22..31f2dc46 100644 --- a/whisjax.py +++ b/whisjax.py @@ -164,6 +164,4 @@ def main(): if __name__ == "__main__": - # os.environ['KMP_DUPLICATE_LIB_OK'] = "1" - print("Gokul", os.environ['KMP_DUPLICATE_LIB_OK']) main()