summaryrefslogtreecommitdiff
path: root/src/html.c
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-06-25 22:51:36 +0200
committerportix <portix@gmx.net>2011-06-25 22:51:36 +0200
commit7ef55025f252225671c4fd23918561512a685e33 (patch)
tree11c6f350ddbb48013c0e8b884ac073104021529c /src/html.c
parent19927226e420f25651d5bf75d01506670b592e98 (diff)
downloaddwb-7ef55025f252225671c4fd23918561512a685e33.zip
Load dwb uri
Diffstat (limited to 'src/html.c')
-rw-r--r--src/html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/html.c b/src/html.c
index 94b8b499..4f7bba6a 100644
--- a/src/html.c
+++ b/src/html.c
@@ -123,7 +123,6 @@ dwb_html_keys(WebKitWebView *wv, HtmlTable *table) {
</div>", i, n.second, n.first, n.first, n.first, dwb_modmask_to_string(km->mod), km->key ? km->key : "");
}
- PRINT_DEBUG("%s", buffer->str);
g_signal_connect(wv, "notify::load-status", G_CALLBACK(dwb_html_keys_load_cb), table);
dwb_html_load_page(wv, table, buffer->str);
g_string_free(buffer, true);