Skip to content

Commit

Permalink
Remove unused test function from getActiveFileFolderPath
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytenjo committed Feb 4, 2025
1 parent d62fde6 commit e976bc1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions utils/folderFiles/getActiveFileFolderPath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,5 @@ export default function getActiveFileFolderPath(): string {
// remove the last element
activeFileFolder.pop()

test()

return activeFileFolder.join(sep)
}

const test = () => {
const activeFilePath = getActiveFilePath()
let activeFileFolder = splitPath(activeFilePath)

activeFileFolder.pop()
const _oldactiveFileFolder = activeFileFolder.join('/')
console.log('_oldactiveFileFolder')
}

0 comments on commit e976bc1

Please sign in to comment.