removed (inactive) call to UUID generation tests
authorHolger Schemel <info@artsoft.org>
Thu, 6 Jan 2022 19:59:19 +0000 (20:59 +0100)
committerHolger Schemel <info@artsoft.org>
Thu, 6 Jan 2022 19:59:19 +0000 (20:59 +0100)
src/main.c

index a3a1e6b61d885187847ceec6f00a95962fbc0bda..8dd3712b2d6b4488f851731deec7b082514ec9dd 100644 (file)
@@ -7782,11 +7782,6 @@ int main(int argc, char *argv[])
   GetOptions(argc, argv, print_usage, print_version);
   OpenAll();
 
-#if 0
-  // test generating UUIDs and exit
-  TestGeneratingUUIDs();
-#endif
-
   EventLoop();
   CloseAllAndExit(0);