remove debug output

This commit is contained in:
Lennart Poettering 2008-10-09 16:51:00 +02:00
parent 52b7f2d131
commit 1ad5143d15
1 changed files with 0 additions and 3 deletions

View File

@ -409,7 +409,6 @@ void ChannelWidget::onVolumeScaleValueChanged() {
streamWidget->updateChannelVolume(channel, volume);
if (beepDevice != "") {
g_debug("blah: %s", beepDevice.c_str());
ca_context_change_device(ca_gtk_context_get(), beepDevice.c_str());
ca_context_cancel(ca_gtk_context_get(), 2);
@ -423,8 +422,6 @@ void ChannelWidget::onVolumeScaleValueChanged() {
CA_PROP_CANBERRA_ENABLE, "1",
NULL);
g_debug("%i = %s", r, ca_strerror(r));
ca_context_change_device(ca_gtk_context_get(), NULL);
}
}