🔥 refactor(PageComponent/index.tsx): remove console.log statement for improved code cleanliness

This commit is contained in:
Cristhian Zanforlin Lousa 2023-09-26 09:46:39 -03:00 committed by anovazzi1
commit 1b3564ed3d

View file

@ -165,8 +165,6 @@ export default function Page({
useEffect(() => {
const interval = setInterval(() => {
setSeconds((prevSeconds) => {
console.log(prevSeconds);
let updatedSeconds = prevSeconds + 1;
if (updatedSeconds % 30 === 0) {