remove console.log

This commit is contained in:
Akinwale Ariwodola 2019-12-29 07:23:42 +01:00
parent f77f0a7aa2
commit 30246a189c

View file

@ -735,8 +735,6 @@ class FilePage extends React.PureComponent {
const myChannelUris = channels ? channels.map(channel => channel.permanent_url) : [];
const ownedClaim = myClaimUris.includes(uri) || myChannelUris.includes(uri);
console.log('calling render...');
let innerContent = null;
if ((isResolvingUri && !claim) || !claim) {
return (