From c85a4af1b80d7f2b63d66ad5f2c91e1b734390bd Mon Sep 17 00:00:00 2001
From: ANTA <arcticshine999@gmail.com>
Date: Fri, 21 Jun 2019 17:07:02 +0400
Subject: [PATCH] 'fix6'

---
 test/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/main.c b/test/main.c
index 65d0a5bac..e344616e0 100644
--- a/test/main.c
+++ b/test/main.c
@@ -4,7 +4,7 @@
 
 int main(void) {
     // switch off debug info from library
-    dap_log_level_set(L_CRITICAL);
-    dap_global_db_tests_run();
+//    dap_log_level_set(L_CRITICAL);
+//    dap_global_db_tests_run();
     return 0;
 }
-- 
GitLab