From 38bbc677574a6e33409b830d6b66a15c49853a22 Mon Sep 17 00:00:00 2001 From: Zed Date: Sun, 5 Jun 2022 22:27:22 +0200 Subject: [PATCH] Remove old unnecessary rate limit error log --- src/nitter.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nitter.nim b/src/nitter.nim index 9f8fcb7..d743599 100644 --- a/src/nitter.nim +++ b/src/nitter.nim @@ -85,7 +85,6 @@ routes: &"An error occurred, please {link} with the URL you tried to visit.", cfg) error RateLimitError: - echo error.exc.name, ": ", error.exc.msg const link = a("another instance", href = instancesUrl) resp Http429, showError( &"Instance has been rate limited.
Use {link} or try again later.", cfg)