diff options
-rw-r--r-- | tests/ephy-snapshot-service-test.c | 3 |
1 files changed, 0 insertions, 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 |