diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-25 22:30:27 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-25 22:30:27 +0100 |
commit | 32adaba2ded83ab0d69ebeb4d1d839476d94c476 (patch) | |
tree | 9d4597e72912c9fe2b4c38b519d8fc3a09948fd5 | |
parent | 3b78f24d7d593fdd0ce74195bddec1c9097f8ec0 (diff) | |
download | puszcza-32adaba2ded83ab0d69ebeb4d1d839476d94c476.tar.gz puszcza-32adaba2ded83ab0d69ebeb4d1d839476d94c476.zip |
Remove console log
-rw-r--r-- | components/Posts/PostList/PurePostList.stories.js | 1 |
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), |