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:
parent
9c1a85c140
commit
a09b5ade26
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue