From: Holger Schemel Date: Thu, 6 Jan 2022 19:59:19 +0000 (+0100) Subject: removed (inactive) call to UUID generation tests X-Git-Tag: 4.3.0.3~2 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=58e2b6bbe444cccfeb713ecf005564977c0364c8 removed (inactive) call to UUID generation tests --- diff --git a/src/main.c b/src/main.c index a3a1e6b6..8dd3712b 100644 --- a/src/main.c +++ b/src/main.c @@ -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);