tests: kernel: remove debug message for LLVM

Remove debug message in test.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-04-21 10:30:34 -04:00
commit a09b5ade26

View file

@ -23,8 +23,6 @@ static void thread(void *p1, void *p2, void *p3)
uintptr_t id = (uintptr_t)p1;
k_timer_status_sync(&timer[id]);
printk("%s %" PRIxPTR " synced on timer %" PRIxPTR "\n",
__func__, id, id);
/* no need to protect cur, all threads have the same prio */
results[cur++] = id;