Skip to content

Commit

Permalink
chore: log 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
frombozztoang committed Dec 7, 2024
1 parent 543bb67 commit dfd9013
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cypress/e2e/System/AboutPage/WhatWeDo.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ describe('3. WHAT WE DO를 관리한다', () => {
.click({ force: true });

// 수정하기 버튼 클릭 후 요청 대기

cy.wait('@getDetailForEdit', { timeout: 10000 }).then((interception) => {
const response = interception.response?.body;
chai.expect(response).to.have.property('code', 200);
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useGraphData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const processChartData = (startDate: dayjs.Dayjs, endDate: dayjs.Dayjs, data: an
return acc + value;
}, 0)
: 0;
console.log(count);

return {
x: `${month.year}${month.month}월`,
y: count,
Expand Down

0 comments on commit dfd9013

Please sign in to comment.