Skip to content

Commit d622409

Browse files
committed
Don't log errors
1 parent b157e24 commit d622409

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redbot/webui/handlers/error.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def handle(self) -> None:
4242
b"404",
4343
b"Not Found",
4444
"The requested resource was not found",
45-
log_message="404",
4645
)
4746

4847
def render_link(self, **kwargs: str) -> str:

0 commit comments

Comments
 (0)