Remove stray console.log

This commit is contained in:
Ramon Wenger 2022-10-10 10:22:40 +02:00
parent ad21cb4588
commit e7830bb803
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ export const simplifyContents = (contents) => {
if (USER_CONTENT_TYPES.includes(c.type)) {
return c;
}
console.log(c);
if (c.type === 'content_list_item') {
return {
...c,