]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hameg-hmo/api.c
Drop unneeded std_session_send_df_header() comments.
[libsigrok.git] / src / hardware / hameg-hmo / api.c
index c293d2b44dd9e7024a06e8e9e7cee7d68d2b2d21..b234caa21f09e257c4a5b82595435c48b86c9139 100644 (file)
@@ -757,7 +757,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        sr_scpi_source_add(sdi->session, scpi, G_IO_IN, 50,
                        hmo_receive_data, (void *)sdi);
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        devc->current_channel = devc->enabled_channels;