Skip to content

Commit

Permalink
less log
Browse files Browse the repository at this point in the history
  • Loading branch information
zerob13 committed Feb 21, 2025
1 parent 6ceded7 commit 1df5740
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/presenter/threadPresenter/searchManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,14 @@ export class SearchManager {
console.log('搜索结果加载完成')

const results = await this.extractSearchResults(searchWindow)
console.log('搜索结果提取完成:', results)
console.log('搜索结果提取完成:', results?.length)

const enrichedResults = await this.enrichResults(results.slice(0, 5))
console.log('详细内容获取完成')

searchWindow
.loadFile(helperPage)
.then(() => {
console.log('空白页加载完成')
this.destroySearchWindow(conversationId)
})
.catch((error) => {
Expand Down

0 comments on commit 1df5740

Please sign in to comment.