log : remove print on stdout 75/237575/2
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 1 Jul 2020 10:48:12 +0000 (19:48 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 1 Jul 2020 10:50:02 +0000 (10:50 +0000)
Change-Id: I3d697c277a50928ac5b3a769f8f31fee249f0dca

include/tdm_log.h

index 0a9bbf3..67ea4df 100644 (file)
@@ -121,9 +121,6 @@ extern unsigned int tdm_log_debug_level;
                if (tdm_log_debug_level >= TDM_LOG_LEVEL_INFO) { \
                        struct timespec ts; \
                        clock_gettime(CLOCK_MONOTONIC, &ts); \
-                       tdm_log_printf(TDM_LOG_LEVEL_INFO, "[%5d.%06d][%d][%s %d]"fmt, \
-                                                  (int)ts.tv_sec, (int)ts.tv_nsec / 1000, \
-                                                  (int)syscall(SYS_gettid), __FUNCTION__, __LINE__, ##args);  \
                        tdm_log_print(TDM_LOG_LEVEL_INFO, "[%5d.%06d][%d][%s %d]"fmt, \
                                                  (int)ts.tv_sec, (int)ts.tv_nsec / 1000, \
                                                  (int)syscall(SYS_gettid), __FUNCTION__, __LINE__, ##args);  \