mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-12 19:57:33 +00:00
remove debug message
This commit is contained in:
@@ -40,7 +40,6 @@ module.exports = (socket) => {
|
||||
});
|
||||
socket.on('sendToIpcRenderer', (browserWindowId, channel, ...data) => {
|
||||
const window = electron_1.BrowserWindow.fromId(browserWindowId);
|
||||
console.log(data);
|
||||
if (window) {
|
||||
window.webContents.send(channel, ...data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user