From: Uwe Hermann Date: Sat, 3 Mar 2018 17:45:58 +0000 (+0100) Subject: siglent-sds: Drop superfluous log message. X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=bdbb9151afcb81a2b84aab80a327e4371e5cf39b;p=libsigrok.git siglent-sds: Drop superfluous log message. This information is already emitted by other layers. --- diff --git a/src/hardware/siglent-sds/api.c b/src/hardware/siglent-sds/api.c index 7799171d..018f68dd 100644 --- a/src/hardware/siglent-sds/api.c +++ b/src/hardware/siglent-sds/api.c @@ -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;