diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-06 14:51:21 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-06 14:51:21 +0300 |
commit | 585cce8f501fbe86569ddd614220e977b76d57e9 (patch) | |
tree | 55b61b866250f937924aeab8cfbe5bd56709947a /src | |
parent | 90c944ac0ca82ece56d61bfa6274c31decc95358 (diff) |
Cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/documentwidget.c | 5 |
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); |