Remove unnecessary debug message

This commit is contained in:
Gergely Polonkai 2015-12-15 10:16:14 +01:00
parent eb3ad3633f
commit ad3a5dfd32
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ login_finished(MatrixAPI *api, JsonNode *content, gpointer data)
user_id = json_array_get_string_element(array, 0);
g_printf("Node type: %s\n", json_node_type_name(result));
g_printf("Logged in as %s\n", user_id);
} else {
g_printf("Login unsuccessful!\n");