remove leftover console.log
This commit is contained in:
parent
b79ece89e6
commit
351ee2a2b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user