siglent-sds: Drop superfluous log message.

This information is already emitted by other layers.
This commit is contained in:
Uwe Hermann 2018-03-03 18:45:58 +01:00
parent fdf0744fa4
commit bdbb9151af
1 changed files with 0 additions and 1 deletions

View File

@ -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;