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)) { if (USER_CONTENT_TYPES.includes(c.type)) {
return c; return c;
} }
console.log(c);
if (c.type === 'content_list_item') { if (c.type === 'content_list_item') {
return { return {
...c, ...c,