Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
style: remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jan 11, 2021
1 parent ab271e2 commit 3278e54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aws/Cat/CatMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export const CatMap = ({
)
.then((data) =>
data.map(({ objectValues, objectKeys, date, objectSource }) => {
console.log({ objectSource })
const pos = objectKeys.reduce(
(obj, k, i) => ({
...obj,
Expand Down

0 comments on commit 3278e54

Please sign in to comment.