mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-08 22:39:36 +08:00
fix[SelectionAssistant]: remove console.log (#6474)
fix: remove console.log
This commit is contained in:
parent
9896c75a2e
commit
431e2aaa13
@ -817,8 +817,6 @@ export class SelectionService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public processAction(actionItem: ActionItem): void {
|
public processAction(actionItem: ActionItem): void {
|
||||||
console.log('processAction', this.preloadedActionWindows.length, this.actionWindows.size)
|
|
||||||
|
|
||||||
const actionWindow = this.popActionWindow()
|
const actionWindow = this.popActionWindow()
|
||||||
|
|
||||||
actionWindow.webContents.send(IpcChannel.Selection_UpdateActionData, actionItem)
|
actionWindow.webContents.send(IpcChannel.Selection_UpdateActionData, actionItem)
|
||||||
@ -977,7 +975,7 @@ export class SelectionService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private logInfo(message: string) {
|
private logInfo(message: string) {
|
||||||
isDev && console.log('[SelectionService] Info: ', message)
|
isDev && Logger.info('[SelectionService] Info: ', message)
|
||||||
}
|
}
|
||||||
|
|
||||||
private logError(...args: [...string[], Error]) {
|
private logError(...args: [...string[], Error]) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user