console logi

This commit is contained in:
wrzesinski-hubert
2021-01-14 15:32:50 +01:00
parent 0d433c12ad
commit b7424826ad
4 changed files with 1 additions and 23 deletions

View File

@ -70,7 +70,6 @@ export const SchedulerHistoryNavigation = ({
<StyledButton
direction="left"
onClick={() => {
console.log('left clicked');
SubstractCurrentTimetable(-1);
}}
>
@ -80,7 +79,6 @@ export const SchedulerHistoryNavigation = ({
<StyledButton
direction="right"
onClick={() => {
console.log('right clicked');
AddCurrentTimetable(1);
}}
>