Skip to content

Commit

Permalink
Remove unused variables and console logs in getActiveFileFolderPath f…
Browse files Browse the repository at this point in the history
…unction
  • Loading branch information
jeremytenjo committed Feb 4, 2025
1 parent 6901514 commit 2dc161c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions utils/folderFiles/getActiveFileFolderPath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,5 @@ export default function getActiveFileFolderPath(): string {
// remove the last element
activeFileFolder.pop()

//
const _activeFilePath = getActiveFilePath()
let _activeFileFolder = splitPath(_activeFilePath)

_activeFileFolder.pop()
const olg_activeFileFolder = activeFileFolder.join('/')

console.log('olg_activeFileFolder')
//

return activeFileFolder.join(sep)
}

0 comments on commit 2dc161c

Please sign in to comment.