Remove console statements

This commit is contained in:
gokul
2023-06-09 12:54:47 +05:30
parent d37ba16132
commit f13d912c84

View File

@@ -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()