Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
RezenkovD committed Aug 15, 2023
1 parent 5333df3 commit 856fb92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vr_club_site/templates/site/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
})
.then(response => response.json())
.then(data => {
console.log(data);
data.available_slots.forEach(item => {
const date = new Date(item.date);
const dayNumber = date.getDate();
Expand Down

0 comments on commit 856fb92

Please sign in to comment.