🎨 Clean code

This commit is contained in:
Daniel 2025-01-17 11:57:50 +08:00
parent 116d8f3e7d
commit ee9d035d0e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -230,8 +230,6 @@ type FileInfo struct {
isdir bool
}
var listDocTreeLock = sync.Map{}
func ListDocTree(boxID, listPath string, sortMode int, flashcard, showHidden bool, maxListCount int) (ret []*File, totals int, err error) {
//os.MkdirAll("pprof", 0755)
//cpuProfile, _ := os.Create("pprof/cpu_profile_list_doc_tree")