mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
chore(server): remove URL logging to increase performance slightly
This commit is contained in:
parent
b678e4ea28
commit
cb381d01c1
@ -40,7 +40,6 @@ async function register(app: express.Application) {
|
||||
url = url.replace(/\.js$/, ".ts");
|
||||
}
|
||||
url = `/${assetPath}/app${url}`;
|
||||
console.log(`${req.url} => ${publicUrl}${url}`);
|
||||
return url;
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user