]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/motech-lps-30x/api.c
Various log message cleanups.
[libsigrok.git] / src / hardware / motech-lps-30x / api.c
index 5ec71e68dfc2910ddcfae67f9f64f188d88b4ca2..88e4449e55ac385d04bf2a743864cc177e0d5f65 100644 (file)
@@ -386,8 +386,6 @@ static GSList *do_scan(lps_modelid modelid, struct sr_dev_driver *drv, GSList *o
        devc = NULL;
        conn = serialcomm = NULL;
 
-       sr_spew("scan() called!");
-
        /* Process and check options. */
        if (sr_serial_extract_options(options, &conn, &serialcomm) != SR_OK)
                return NULL;