diff --git a/client/coral-embed-stream/src/CommentStream.js b/client/coral-embed-stream/src/CommentStream.js index a5047c959..45d496984 100644 --- a/client/coral-embed-stream/src/CommentStream.js +++ b/client/coral-embed-stream/src/CommentStream.js @@ -56,7 +56,6 @@ class CommentStream extends Component { componentDidMount () { // Set up messaging between embedded Iframe an parent component - this.pym = new Pym.Child({polling: 100}); const path = /https?\:\/\/([^?#]+)/.exec(this.pym.parentUrl);