siglent-sds: Drop superfluous log message.
This information is already emitted by other layers.
This commit is contained in:
parent
fdf0744fa4
commit
bdbb9151af
|
@ -592,7 +592,6 @@ static int config_set(uint32_t key, GVariant *data,
|
|||
cmd = g_strdup_printf("%" PRIu64 "NS", p);
|
||||
break;
|
||||
}
|
||||
sr_dbg("Setting device timebase: TDIV %s.", cmd);
|
||||
ret = siglent_sds_config_set(sdi, "TDIV %s", cmd);
|
||||
g_free(cmd);
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue