mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove extra line
Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
parent
f6236ad1cd
commit
b2b0167e4a
@ -82,7 +82,6 @@ export function broadcastMessage(channel: string, ...args: any[]) {
|
||||
}
|
||||
|
||||
// Send message to subFrames of views.
|
||||
|
||||
for (const frameInfo of subFrames) {
|
||||
logger.silly(`[IPC]: broadcasting "${channel}" to subframe "frameInfo.processId"=${frameInfo.processId} "frameInfo.frameId"=${frameInfo.frameId}`, { args });
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user