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