Pārlūkot izejas kodu

Remove old unnecessary rate limit error log

Zed 4 gadi atpakaļ
vecāks
revīzija
38bbc67757
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      src/nitter.nim

+ 0 - 1
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.<br>Use {link} or try again later.", cfg)