Add toggle for verbose web logs

This commit is contained in:
2024-04-03 14:39:44 -04:00
parent 774efe062f
commit 4567f52668
4 changed files with 8 additions and 2 deletions

View File

@@ -144,8 +144,6 @@ class Sist2Api {
}
_getIndexRoot(indexId) {
console.log(indexId)
console.log(this.sist2Info.indices.find(idx => idx.id === indexId))
return this.sist2Info.indices.find(idx => idx.id === indexId).root;
}