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