Skip to content

Commit

Permalink
m2k: deactivate runtime log
Browse files Browse the repository at this point in the history
Signed-off-by: Bindea Cristian <[email protected]>
  • Loading branch information
bindea-cristian committed Nov 14, 2024
1 parent 10f87b5 commit b8f536f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/m2k/m2k-gui/gr-gui/src/scope_sink_f_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ int scope_sink_f_impl::work(int noutput_items, gr_vector_const_void_star &input_
if((gr::high_res_timer_now() - d_last_time > d_update_time) || !d_cleanBuffers) {
d_last_time = gr::high_res_timer_now();
if(d_qApplication) {
qInfo() << QString::fromStdString(d_name);
qDebug() << QString::fromStdString(d_name);

d_qApplication->postEvent(
this->plot,
Expand Down

0 comments on commit b8f536f

Please sign in to comment.