Remove stray console.log
This commit is contained in:
parent
ad21cb4588
commit
e7830bb803
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue