Removing console logs.
This commit is contained in:
@@ -69,8 +69,6 @@ const CalenderExample = ({ type }: CalenderExampleProps): JSX.Element => {
|
|||||||
|
|
||||||
const [currWeek /*, setCurrWeek*/] = useState<MonthDay[]>(getCurrentWeek());
|
const [currWeek /*, setCurrWeek*/] = useState<MonthDay[]>(getCurrentWeek());
|
||||||
|
|
||||||
console.info(currWeek);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<VStack h="8.5rem" w="100%" spacing={0}>
|
<VStack h="8.5rem" w="100%" spacing={0}>
|
||||||
<HStack
|
<HStack
|
||||||
|
|||||||
@@ -84,7 +84,6 @@ const tutorialSlice = createSlice({
|
|||||||
},
|
},
|
||||||
// Get and set states
|
// Get and set states
|
||||||
getAndSetTutorial(state: TutorialSlice) {
|
getAndSetTutorial(state: TutorialSlice) {
|
||||||
console.log("get and set tutorial states");
|
|
||||||
const temp = getTempStorage();
|
const temp = getTempStorage();
|
||||||
const local = getStorage();
|
const local = getStorage();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user