mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Remove unintended log statements
This commit is contained in:
parent
bb96099c65
commit
6c16f208b5
1 changed files with 0 additions and 2 deletions
|
@ -961,10 +961,8 @@ static struct Asset *LocateAssetZip(const char *path, size_t pathlen) {
|
|||
(!pathlen || (pathlen && path[pathlen - 1] == '/'))) {
|
||||
p2 = strndup(path, pathlen);
|
||||
p3 = xjoinpaths(p2, "index.lua");
|
||||
LOGF("find asset %s", p3);
|
||||
if (!(a = FindAsset(p3, strlen(p3)))) {
|
||||
p4 = xjoinpaths(p2, "index.html");
|
||||
LOGF("find asset %s", p4);
|
||||
a = FindAsset(p4, strlen(p4));
|
||||
free(p4);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue