summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-03-17 15:27:47 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-03-17 15:27:47 +0000
commit43cd47e8868587e6304dbf305135424443f11cc1 (patch)
treef7abf01b76c4ecd31abec29338a8b0735ab10a35
parent4766171bc6a764c5cb49a341595fff96fd66fec6 (diff)
porter-test: remove stray g_print (G_STRFUNC)s
-rw-r--r--tests/wocky-porter-test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/wocky-porter-test.c b/tests/wocky-porter-test.c
index 8cd4fd0..9c6111a 100644
--- a/tests/wocky-porter-test.c
+++ b/tests/wocky-porter-test.c
@@ -3194,7 +3194,6 @@ message_received_cb (
{
test_data_t *test = user_data;
- g_print ("%s\n", G_STRFUNC);
test_expected_stanza_received (test, stanza);
return TRUE;
}
@@ -3208,7 +3207,6 @@ sent_second_or_third_stanza_cb (
test_data_t *test = user_data;
GError *error = NULL;
- g_print ("%s\n", G_STRFUNC);
wocky_porter_send_finish (WOCKY_PORTER (source), result, &error);
g_assert_no_error (error);
@@ -3229,8 +3227,6 @@ sent_first_stanza_cb (
wocky_porter_send_finish (WOCKY_PORTER (source), result, &error);
g_assert_no_error (error);
- g_print ("%s\n", G_STRFUNC);
-
third_stanza = wocky_stanza_build (WOCKY_STANZA_TYPE_MESSAGE,
WOCKY_STANZA_SUB_TYPE_NONE, NULL, NULL,
'(', "body", '$', "I am made of dur butter.", ')', NULL);