Skip to content

Commit

Permalink
delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
depocoder committed Dec 3, 2024
1 parent 7d988c8 commit 3229016
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/Calendar/LessonTimes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const LessonTimes = ({ events, selectedEvent, setSelectedEvent }) => {

// Получаем преобразованные времена уроков
const lessonTimesArray = convertToUserTimezone(lessonTimesArrayUTC);
console.log(lessonTimesArray);
const populateWeekDays = (events) => {
if (!events) return;
const newWeekDays = Array.from({length: 7}, () => []);
Expand Down

0 comments on commit 3229016

Please sign in to comment.