[gnome-terminal] Remove debug spew
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] Remove debug spew
- Date: Sun, 13 Jun 2010 14:10:39 +0000 (UTC)
commit 58ee4f9a919678eec1415d42c5e2ad8fed82d719
Author: Christian Persch <chpe gnome org>
Date: Sun Jun 13 16:10:30 2010 +0200
Remove debug spew
src/terminal.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/terminal.c b/src/terminal.c
index 9baaf6f..3ee678b 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -148,7 +148,6 @@ method_call_cb (GDBusConnection *connection,
int argc;
GError *error = NULL;
- g_print ("Here!\n");
g_variant_get (parameters, "(@aaya{sv})", &v_argv, &data_iter);
while (g_variant_iter_next (data_iter, "{&sv}", &key, &data)) {
@@ -201,10 +200,8 @@ method_call_cb (GDBusConnection *connection,
g_variant_unref (v_argv);
if (error == NULL) {
- g_print ("No Error!\n");
g_dbus_method_invocation_return_value (invocation, g_variant_new ("()"));
} else {
- g_print ("Error:%s!\n", error->message);
g_dbus_method_invocation_return_gerror (invocation, error);
g_error_free (error);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]