mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 13:20:57 +00:00
Revert "Revert "Revert "log errors"""
This reverts commit 3911f3380767ae2e24b3694ef21c4eb73a7219b3. GitOrigin-RevId: 9b2fe77881ab871f0919487b45b4fc78c48147fd
This commit is contained in:
parent
67e89b9d80
commit
9c61681ae2
1 changed files with 1 additions and 5 deletions
|
@ -477,11 +477,7 @@ const ClsiManager = {
|
|||
return callback()
|
||||
}
|
||||
} catch (err) {
|
||||
// continue on errors, which are very unlikely, and just attempt to set the root doc again
|
||||
logger.error(
|
||||
{ err, project_id: project._id, rootDoc_id: project.rootDoc_id },
|
||||
'error validating rootDoc_id'
|
||||
)
|
||||
// ignore errors here, which are very unlikely, and just attempt to set the root doc again
|
||||
}
|
||||
ProjectRootDocManager.setRootDocAutomatically(project._id, callback)
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue