Skip to content

Commit cbc7790

Browse files
authored
Merge pull request #414 from ytkg/patch-6
clean: ログ出力を削除
2 parents 52fa58d + ef07dc4 commit cbc7790

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pages/kusa/[user].tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const fetchFunc = async (userId: string) => {
3838
const res = await fetch(`https://api.github.com/users/${userId}/events?per_page=100&page=1`);
3939
const data = await res.json();
4040

41-
console.log(data);
4241
return data;
4342
};
4443

src/components/contributions/contributions.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const Contributions = (props: Props) => {
4141
!isDependabotPush
4242
);
4343
});
44-
console.log('filtered', filtered);
4544

4645
setApiResult(filtered);
4746
} else {

0 commit comments

Comments
 (0)