summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-10-09 16:51:00 +0200
committerLennart Poettering <lennart@poettering.net>2008-10-09 16:51:00 +0200
commit1ad5143d150795e3fecc847093b66811e2731612 (patch)
treeebc0d78bd6d42ee46eb9db33aba7a705ca90f1b0 /src
parent52b7f2d131f579af5ef74020327559042d82b90a (diff)
remove debug output
Diffstat (limited to 'src')
-rw-r--r--src/pavucontrol.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pavucontrol.cc b/src/pavucontrol.cc
index b7f7a9b..d42c9d7 100644
--- a/src/pavucontrol.cc
+++ b/src/pavucontrol.cc
@@ -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);
}
}