]> O.S.I.I.S - jp/vkvg.git/commitdiff
removed log level in multithreaded2
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Fri, 18 Feb 2022 20:23:38 +0000 (21:23 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Fri, 18 Feb 2022 20:23:38 +0000 (21:23 +0100)
tests/multithreading/multithreaded2.c

index 7821581fc9c1c1bd2f75e6e72a9a2225515c2eba..a29e0064b6289264415349439796925ec3e456b2 100644 (file)
@@ -58,7 +58,6 @@ void fixedSizeRects(){
 }
 
 int main(int argc, char *argv[]) {
-       vkvg_log_level = VKVG_LOG_ERR|VKVG_LOG_DEBUG;//|VKVG_LOG_INFO|VKVG_LOG_INFO_PATH|VKVG_LOG_DBG_ARRAYS|VKVG_LOG_FULL;
        PERFORM_TEST (fixedSizeRects, argc, argv);
        return 0;
 }