Useless code

This commit is contained in:
Simon Cambier
2024-01-22 20:33:33 +01:00
parent 70baec4ae1
commit a391daf2d3
2 changed files with 0 additions and 11 deletions

View File

@@ -9,10 +9,6 @@ import { canIndexUnsupportedFiles, settings } from '../settings'
import { type BinaryLike, createHash } from 'crypto'
import { md5 } from 'pure-md5'
// export function highlighter(str: string): string {
// return `<span class="${highlightClass}">${str}</span>`
// }
export function pathWithoutFilename(path: string): string {
const split = path.split('/')
split.pop()