remove leftover console.log

This commit is contained in:
Cinnamon 2020-02-04 14:21:33 -08:00
parent b79ece89e6
commit 351ee2a2b5
1 changed files with 0 additions and 1 deletions

View File

@ -528,7 +528,6 @@ const viewInfoBox = ({ viewTitle = null, viewDescription = null }) => {
};
exports.likesView = async ({ messages, feed, name }) => {
console.log(feed);
const authorLink = a(
{ href: `/author/${encodeURIComponent(feed)}` },
"@" + name