mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
rm logs
This commit is contained in:
parent
c699577183
commit
2912d5cd89
2 changed files with 0 additions and 2 deletions
|
|
@ -275,7 +275,6 @@ class DirectoryStrService extends Disposable implements IDirectoryStrService {
|
|||
if (!eRoot) throw new Error(`There was a problem reading the URI: ${uri.fsPath}.`)
|
||||
|
||||
const dirTree = await computeDirectoryTree(eRoot, this.explorerService);
|
||||
console.log('dirtree', dirTree)
|
||||
const { content, wasCutOff } = stringifyDirectoryTree(dirTree, MAX_CHARS_TOTAL_TOOL);
|
||||
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -262,7 +262,6 @@ const ProviderSetting = ({ providerName, settingName }: { providerName: Provider
|
|||
const settingsState = useSettingsState()
|
||||
|
||||
const settingValue = settingsState.settingsOfProvider[providerName][settingName] as string // this should always be a string in this component
|
||||
console.log(`providerName:${providerName} settingName: ${settingName}, settingValue: ${settingValue}`)
|
||||
if (typeof settingValue !== 'string') {
|
||||
console.log('Error: Provider setting had a non-string value.')
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue