diff --git a/client/coral-embed-stream/src/graphql/queries/index.js b/client/coral-embed-stream/src/graphql/queries/index.js index 221d78c4d..db4e08cde 100644 --- a/client/coral-embed-stream/src/graphql/queries/index.js +++ b/client/coral-embed-stream/src/graphql/queries/index.js @@ -10,7 +10,6 @@ function getQueryVariable(variable) { return decodeURIComponent(pair[1]); } } - console.log('Query variable %s not found', variable); } export const queryStream = graphql(STREAM_QUERY, { diff --git a/views/article.ejs b/views/article.ejs index de2e1c698..d0b468cf2 100644 --- a/views/article.ejs +++ b/views/article.ejs @@ -52,8 +52,6 @@ url = '<%= asset_url %>'; <%}%> - console.log(url); - pymParent.sendMessage('DOMContentLoaded', url); } }, 100);