mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-01 03:34:25 +01:00
Disable debug log 2
This commit is contained in:
parent
ce2882e85b
commit
786f2c1782
1 changed files with 1 additions and 1 deletions
|
@ -996,7 +996,7 @@ function updateErrors() {
|
|||
}
|
||||
|
||||
const [conflicts, invalidPaths, allErrors] = getErrors()
|
||||
console.log(conflicts, invalidPaths, allErrors)
|
||||
// console.log(conflicts, invalidPaths, allErrors)
|
||||
|
||||
periodGroupElements.forEach((el, index) => {
|
||||
const { periodStatusEl, periodGroupEl } = el
|
||||
|
|
Loading…
Reference in a new issue