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)) {
|
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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue