From c4256fd27b3b75ae64a5501dacb63a79cb832775 Mon Sep 17 00:00:00 2001 From: David Erwin Date: Wed, 25 Jan 2017 17:44:21 -0500 Subject: [PATCH] Ditch console logs --- client/coral-embed-stream/src/graphql/queries/index.js | 1 - views/article.ejs | 2 -- 2 files changed, 3 deletions(-) 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);