From 32adaba2ded83ab0d69ebeb4d1d839476d94c476 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sat, 25 Jan 2020 22:30:27 +0100 Subject: Remove console log --- components/Posts/PostList/PurePostList.stories.js | 1 - 1 file changed, 1 deletion(-) (limited to 'components') diff --git a/components/Posts/PostList/PurePostList.stories.js b/components/Posts/PostList/PurePostList.stories.js index 0df4ce3..a159982 100644 --- a/components/Posts/PostList/PurePostList.stories.js +++ b/components/Posts/PostList/PurePostList.stories.js @@ -6,7 +6,6 @@ import PurePostList from './PurePostList' const postLinkNoImage = { ...postLink } delete postLinkNoImage['image'] -console.log(postLinkNoImage) export const posts = [ ...Array(3).fill(postLinkNoImage), -- cgit 1.4.1