mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 07:00:47 +02:00
remove excessive logging
GitOrigin-RevId: 62024bbe0415a4fdae66eb1b9c6707e5faec7cd1
This commit is contained in:
committed by
sharelatex
parent
debb82960c
commit
2c335802ca
@@ -60,10 +60,6 @@ module.exports = InactiveProjectManager = {
|
||||
daysOld = 360
|
||||
}
|
||||
const oldProjectDate = new Date() - MILISECONDS_IN_DAY * daysOld
|
||||
logger.log(
|
||||
{ oldProjectDate, limit, daysOld },
|
||||
'starting process of deactivating old projects'
|
||||
)
|
||||
return Project.find()
|
||||
.where('lastOpened')
|
||||
.lt(oldProjectDate)
|
||||
|
||||
Reference in New Issue
Block a user