clean: log

This commit is contained in:
jelveh
2025-08-26 14:53:42 -07:00
parent 2a9310edf2
commit d2ea480dc6

View File

@@ -1674,17 +1674,9 @@ const ipc_listener = async (event, handled) => {
const conn = svc_ipc.get_connection(targetAppInstanceID);
if ( conn ) {
conn.send(contents);
// conn.send({
// msg: 'messageToApp',
// appInstanceID,
// targetAppInstanceID,
// contents,
// }, targetAppOrigin);
return;
}
console.log(`🔒 App ${appInstanceID} is sending to ${targetAppInstanceID} insecurely`);
// pass on the message
const target_iframe = window.iframe_for_app_instance(targetAppInstanceID);
if (!target_iframe) {