wdvi

network DVI viewer
Log | Files | Refs

commit f42f4e3b0a793a97d14b9117dd037637e3b40c04
parent 1b7ae5ffe04bb57d5aa516ad8fce2677868b0157
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Thu, 16 Sep 2021 06:30:31 +0000

remove debugging printf()'s

Diffstat:
Mevents.c | 2--
Mhttp.c | 2--
2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/events.c b/events.c @@ -1516,8 +1516,6 @@ cb_addr_go(Widget w, XtPointer client_data, XtPointer call_data) else XtVaGetValues(addr_widget, XtNstring, &s, NULL); - printf(">>> cb_addr_go: '%s'\n", s); - if ((tmp = http_get(s)) == NULL) return; diff --git a/http.c b/http.c @@ -392,8 +392,6 @@ read_response(SSL *tls, struct url *url) if (fseek(dvi_file, 0L, SEEK_SET) < 0) err(1, "fseek"); - printf("Number of HTTP body bytes: %i\n", total_bytes); - if (total_bytes != resp->cont_len) warning_popup_long("HTTP body len: expected %i but read %i\n", "OK", NULL, resp->cont_len, nbytes);