diff --git a/kernel/base/ipc/los_futex.c b/kernel/base/ipc/los_futex.c index 1c6afd2cb13d015adfca03e53760c9fd4e9d1cf5..b1381779f6881b11cafde521dc626cb7c7a5ebf4 100644 --- a/kernel/base/ipc/los_futex.c +++ b/kernel/base/ipc/los_futex.c @@ -524,7 +524,6 @@ STATIC INT32 OsFutexWaitParamCheck(const UINT32 *userVaddr, UINT32 flags, UINT32 } if (!absTime) { - PRINT_ERR("Futex wait param check failed! error absTime: %u\n", absTime); return LOS_EINVAL; }