chore: remove unwanted logs & use new gql generation for selfhosted-web (#65)

This commit is contained in:
Akash K
2023-04-04 04:18:29 +05:30
committed by GitHub
parent 87be0ef073
commit ea847d7d32
4 changed files with 4 additions and 11 deletions

View File

@@ -124,8 +124,6 @@ export function getFoldersByPath(
// path will be like this "0/0/1" these are the indexes of the folders
const pathArray = path.split("/").map((index) => parseInt(index))
console.log(pathArray, collections[pathArray[0]])
let currentCollection = collections[pathArray[0]]
if (pathArray.length === 1) {