mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-05 17:31:22 +02:00
Remove logging
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user