summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-06 14:51:21 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-06 14:51:21 +0300
commit585cce8f501fbe86569ddd614220e977b76d57e9 (patch)
tree55b61b866250f937924aeab8cfbe5bd56709947a /src/ui
parent90c944ac0ca82ece56d61bfa6274c31decc95358 (diff)
Cleanup
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/documentwidget.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c
index 5cf0f6a6..b0c11ef0 100644
--- a/src/ui/documentwidget.c
+++ b/src/ui/documentwidget.c
@@ -435,11 +435,6 @@ void setUrlFromCache_DocumentWidget(iDocumentWidget *d, const iString *url, iBoo
435 const iGmResponse *resp = recent->cachedResponse; 435 const iGmResponse *resp = recent->cachedResponse;
436 d->state = fetching_DocumentState; 436 d->state = fetching_DocumentState;
437 /* Use the cached response data. */ 437 /* Use the cached response data. */
438 printf("cached response: %d [%s] %zu bytes\n{%s}\n",
439 resp->statusCode,
440 cstr_String(&resp->meta),
441 size_Block(&resp->body),
442 cstr_Block(&resp->body));
443 d->scrollY = d->initialScrollY; 438 d->scrollY = d->initialScrollY;
444 updateTrust_DocumentWidget_(d, resp); 439 updateTrust_DocumentWidget_(d, resp);
445 updateDocument_DocumentWidget_(d, resp); 440 updateDocument_DocumentWidget_(d, resp);