drivers/sensor: remove frequent logs

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:
dongjiuzhu1 2024-05-27 21:12:34 +08:00 committed by Xiang Xiao
parent d88e0eac02
commit b5713fd7f4
1 changed files with 0 additions and 2 deletions

View File

@ -822,8 +822,6 @@ static int sensor_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
uint32_t arg1 = (uint32_t)arg;
int ret = 0;
sninfo("cmd=%x arg=%08lx\n", cmd, arg);
switch (cmd)
{
case SNIOC_GET_STATE: