]> sigrok.org Git - libsigrok.git/commitdiff
siglent-sds: Drop superfluous log message.
authorUwe Hermann <redacted>
Sat, 3 Mar 2018 17:45:58 +0000 (18:45 +0100)
committerUwe Hermann <redacted>
Sat, 3 Mar 2018 17:45:58 +0000 (18:45 +0100)
This information is already emitted by other layers.

src/hardware/siglent-sds/api.c

index 7799171def45bdff7a2a4fd181c06987e9045255..018f68dd80dd9dff94e93a8cc9c43904f00b6bd4 100644 (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;