Skip to content

Commit

Permalink
don't need to log not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Sep 15, 2023
1 parent bbd5346 commit 76941ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions redbot/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,6 @@ def serve_static(self, path: bytes) -> None:
) as fh:
content = fh.read()
except OSError:
self.server.console(
f"{self.server.static_files.joinpath(path.decode('ascii'))} not found"
)
return self.not_found(path)
else:
try:
Expand Down

0 comments on commit 76941ce

Please sign in to comment.