Ditch console logs

This commit is contained in:
David Erwin
2017-01-25 17:44:21 -05:00
parent b4abb9724e
commit c4256fd27b
2 changed files with 0 additions and 3 deletions
@@ -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, {
-2
View File
@@ -52,8 +52,6 @@
url = '<%= asset_url %>';
<%}%>
console.log(url);
pymParent.sendMessage('DOMContentLoaded', url);
}
}, 100);