viking

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

commit 5409947b64a37fdb69bc38ae05912ac5fa3ff566
parent abf1a217f88620b9ca4b61906aae172ded6d7aa8
Author: Kyle Milz <kmilz@ucalgary.ca>
Date:   Tue, 25 Sep 2012 15:46:01 -0600

suppress a printf

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

diff --git a/src/callbacks.c b/src/callbacks.c @@ -174,7 +174,7 @@ webview_document_finished_cb(void *data, Evas_Object *obj, void *event_info) if (!bd->history_enabled) return; - printf("logging item to history.\n"); + // printf("logging item to history.\n"); if ((item = hist_items_get(ad->history, url))) { hist_item_visit_count_set(item, hist_item_visit_count_get(item) + 1);