summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-03-17 22:32:03 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-03-17 22:32:03 +0000
commit2572f94e75846d8836248b1198ebb164899c7de5 (patch)
tree5e2e6d309115e48d17c9f6c97e2773ebdee4bc4f
parent8024343b6537fc0e25c51ee958d45ec30b97493f (diff)
remove a printf used to test last commit
-rw-r--r--src/trg-main-window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index ab9e151..cd56dea 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -1052,8 +1052,6 @@ static gboolean on_session_get(gpointer data)
JsonObject *lastSession = trg_client_get_session(client);
JsonObject *newSession = NULL;
- g_message("session update!");
-
if (response->obj)
newSession = get_arguments(response->obj);