summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);