diff --git a/src/shared/services/Postmam.ts b/src/shared/services/Postmam.ts index 2f2f216d9..b25e6251c 100755 --- a/src/shared/services/Postmam.ts +++ b/src/shared/services/Postmam.ts @@ -286,7 +286,9 @@ export default class Postmam { if (typeof onReply === 'function') { this.replies[messageBundle.id] = onReply; } - this.windowReference.postMessage(messageBundle, '*'); + + // This is a dead code path, this file will be deleted in the future. + // this.windowReference.postMessage(messageBundle, '*'); } /**