remove debug output
This commit is contained in:
parent
52b7f2d131
commit
1ad5143d15
|
@ -409,7 +409,6 @@ void ChannelWidget::onVolumeScaleValueChanged() {
|
||||||
streamWidget->updateChannelVolume(channel, volume);
|
streamWidget->updateChannelVolume(channel, volume);
|
||||||
|
|
||||||
if (beepDevice != "") {
|
if (beepDevice != "") {
|
||||||
g_debug("blah: %s", beepDevice.c_str());
|
|
||||||
ca_context_change_device(ca_gtk_context_get(), beepDevice.c_str());
|
ca_context_change_device(ca_gtk_context_get(), beepDevice.c_str());
|
||||||
|
|
||||||
ca_context_cancel(ca_gtk_context_get(), 2);
|
ca_context_cancel(ca_gtk_context_get(), 2);
|
||||||
|
@ -423,8 +422,6 @@ void ChannelWidget::onVolumeScaleValueChanged() {
|
||||||
CA_PROP_CANBERRA_ENABLE, "1",
|
CA_PROP_CANBERRA_ENABLE, "1",
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
g_debug("%i = %s", r, ca_strerror(r));
|
|
||||||
|
|
||||||
ca_context_change_device(ca_gtk_context_get(), NULL);
|
ca_context_change_device(ca_gtk_context_get(), NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue