about summary refs log tree commit diff
path: root/components/Posts/PostList/PurePostList.stories.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/Posts/PostList/PurePostList.stories.js')
-rw-r--r--components/Posts/PostList/PurePostList.stories.js1
1 files changed, 0 insertions, 1 deletions
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),