From b50ec7e8fa8787b19d2d60b5727865725a5fbe5f Mon Sep 17 00:00:00 2001 From: dvkt Date: Sat, 21 Dec 2019 09:27:01 -0800 Subject: [PATCH] smaller read buffer, cleanup --- src/ui.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui.rs b/src/ui.rs index dec6133..4c08a99 100644 --- a/src/ui.rs +++ b/src/ui.rs @@ -145,7 +145,6 @@ impl UI { if url.starts_with("gopher://help/") { return self.fetch_help(url); } - // request thread let thread_url = url.to_string(); let res = self.spinner("", move || gopher::fetch_url(&thread_url))??;