Skip to content

Commit 145cd84

Browse files
committed
fix: removed excessive logging
1 parent c60bc11 commit 145cd84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/articles/Articles.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export default function Articles(props) {
4949
const {get} = apiMethods
5050
get("holidays", {by_date: date, related: true}).then(res => {
5151
setDayData(res)
52-
console.log(res)
5352
})
5453
} else {
5554
(async () => await loadApiFiles())();

0 commit comments

Comments
 (0)