1
0
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:
Hung-Han (Henry) Chen 2021-09-02 11:24:11 +03:00
parent f6236ad1cd
commit b2b0167e4a
No known key found for this signature in database
GPG Key ID: 54B44603D251B788

View File

@ -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 });