mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
removed unnecessary logging of data dir which is now logged as part of app info
This commit is contained in:
@@ -45,8 +45,6 @@ function request(req) {
|
||||
logger.info(req.method + " " + req.url);
|
||||
}
|
||||
|
||||
info("Using data dir: " + dataDir.TRILIUM_DATA_DIR);
|
||||
|
||||
module.exports = {
|
||||
info,
|
||||
error,
|
||||
|
||||
Reference in New Issue
Block a user