viking

webkit based web browser for Enlightenment
Log | Files | Refs | LICENSE

commit 2751dc3d16c166172d02000ac0d7ffb7bee6afbf
parent 15e543c8ec89f728e6062e1e9a68348dc1b85b57
Author: Kyle Milz <kmilz@ucalgary.ca>
Date:   Wed, 10 Oct 2012 15:27:28 -0600

comment out printf

Diffstat:
Msrc/callbacks.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/callbacks.c b/src/callbacks.c @@ -922,7 +922,7 @@ hist_visited_cb(void *data) static void hist_title_updated_cb(const Evas_Object *vew, const char *title, const char *url, void *data) { - printf("title_update() %s has new title %s\n", url, title); + // printf("title_update() %s has new title %s\n", url, title); } static void