remove console.log
This commit is contained in:
parent
fb733d3207
commit
808933e4c1
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ export function TypesProvider({ children }: { children: ReactNode }) {
|
|||
|
||||
// Start the initial interval.
|
||||
intervalId = setInterval(getTypes, delay);
|
||||
console.log(intervalId)
|
||||
return () => {
|
||||
// This will clear the interval when the component unmounts, or when the dependencies of the useEffect hook change.
|
||||
clearInterval(intervalId!);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue