From f7e2d5b280c441d03243506446cc85145f23ed48 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 8 Sep 2012 16:44:36 +0200 Subject: tests: remove debug output from snapshot service tests --- tests/ephy-snapshot-service-test.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/ephy-snapshot-service-test.c b/tests/ephy-snapshot-service-test.c index 5c352e040..adb3e7af7 100644 --- a/tests/ephy-snapshot-service-test.c +++ b/tests/ephy-snapshot-service-test.c @@ -184,7 +184,6 @@ test_already_cancelled_snapshot (void) static gboolean cancel (GCancellable *cancellable) { - g_print ("CANCELLING NOW!!!\n"); g_cancellable_cancel (cancellable); return FALSE; } @@ -219,12 +218,10 @@ server_callback (SoupServer *server, SoupMessage *msg, soup_message_set_status (msg, SOUP_STATUS_OK); soup_message_body_append (msg->response_body, SOUP_MEMORY_STATIC, response, strlen (response)); - g_print ("Client asked for path: %s\n", path); soup_message_body_complete (msg->response_body); } else soup_message_set_status (msg, SOUP_STATUS_NOT_IMPLEMENTED); - g_print ("Server responding to this\n"); } int -- cgit v1.2.3