mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
rm comment
This commit is contained in:
parent
0d9be68aff
commit
20da82762e
1 changed files with 0 additions and 1 deletions
|
|
@ -179,7 +179,6 @@ export class ToolService implements IToolService {
|
|||
list_dir: async ({ uri: uriStr }) => {
|
||||
const uri = validateURI(uriStr)
|
||||
const treeStr = await generateDirectoryTreeMd(fileService, uri)
|
||||
console.log('!!PIZA', treeStr)
|
||||
return treeStr
|
||||
},
|
||||
pathname_search: async ({ query: queryStr }) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue