Skip to content

Commit f752b17

Browse files
committed
feat: TT-296 The code was modified with the suggestions in the PR
1 parent 4d61233 commit f752b17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/modules/time-entries/components/calendar/calendar.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ export class CalendarComponent implements OnInit {
6464
}
6565

6666
scrollToCurrentTimeMarker() {
67-
console.log('Si entro');
6867
if (this.calendarView === CalendarView.Week || CalendarView.Day) {
69-
console.log(`Calendar View ${this.calendarView}`);
7068
const minutesSinceStartOfDay = differenceInMinutes(startOfHour(this.currentDate), startOfDay(this.currentDate));
7169
const headerHeight = this.calendarView === CalendarView.Week ? this.DEFAULT_HEADER_HEIGHT : 0;
7270
this.scrollContainer.nativeElement.scrollTop = minutesSinceStartOfDay * this.VARIATION_HEIGHT + headerHeight;

0 commit comments

Comments
 (0)