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 authored and adisuciu committed Nov 19, 2024
1 parent 6ecc4b7 commit 7c0a97a
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 7c0a97a

Please sign in to comment.