🔥 refactor(PageComponent/index.tsx): remove console.log statement for improved code cleanliness
This commit is contained in:
parent
230a8b3826
commit
1b3564ed3d
1 changed files with 0 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue