Commit 38201b47 authored by Rafaël Carré's avatar Rafaël Carré

audiobargraph_a: silence debug

parent 88b8bff1
......@@ -151,7 +151,7 @@ static void SendValues(filter_t *p_filter, float *value, int nbChannels)
}
message[len-1] = '\0';
msg_Dbg(p_filter, "values: %s", message);
//msg_Dbg(p_filter, "values: %s", message);
var_SetString(p_filter->p_libvlc, "audiobargraph_v-i_values",
message);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment