From 4a6e6c25f5a2bdf251c5911bf3118d2da5630901 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Fri, 18 Feb 2022 21:23:38 +0100 Subject: [PATCH] removed log level in multithreaded2 --- tests/multithreading/multithreaded2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/multithreading/multithreaded2.c b/tests/multithreading/multithreaded2.c index 7821581..a29e006 100644 --- a/tests/multithreading/multithreaded2.c +++ b/tests/multithreading/multithreaded2.c @@ -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; } -- 2.47.3