Remove logging

This commit is contained in:
Elio Struyf
2023-08-25 13:24:41 +02:00
parent 0ac04d2247
commit e3bbcf252c
2 changed files with 0 additions and 6 deletions
@@ -114,10 +114,6 @@ export const Item: React.FunctionComponent<IItemProps> = ({
return cardFields && (cardFields.state || cardFields.date);
}, [cardFields]);
if (pageData.slug === `Top-10-Pens-of-Jon-Kantner`) {
console.log(pageData)
}
if (view === DashboardViewType.Grid) {
return (
<li className="relative">
@@ -115,8 +115,6 @@ export const TaxonomyManager: React.FunctionComponent<ITaxonomyManagerProps> = (
return null;
}
console.log('items', unmappedItems);
return (
<div className={`py-6 px-4 flex flex-col h-full overflow-hidden`}>
<div className={`flex w-full justify-between flex-shrink-0`}>