Skip to content

Commit

Permalink
impl-posix: Silenced an useless log.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Jan 23, 2025
1 parent faae8c6 commit 91384ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/impls/impl-posix/sys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Res<Mime::Path> resolve(Mime::Url const& url) {
.join("share")
.join(url.host)
.join(path);
logDebug("resolved bundle path: {}", resolved);
} else {
return Error::notFound("unknown repo type");
}
Expand Down

0 comments on commit 91384ed

Please sign in to comment.