[epiphany] tests: remove debug output from snapshot service tests
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] tests: remove debug output from snapshot service tests
- Date: Sat, 8 Sep 2012 14:44:51 +0000 (UTC)
commit f7e2d5b280c441d03243506446cc85145f23ed48
Author: Xan Lopez <xan igalia com>
Date: Sat Sep 8 16:44:36 2012 +0200
tests: remove debug output from snapshot service tests
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 5c352e0..adb3e7a 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]