Skip to content

Commit

Permalink
remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtCoder19 committed Aug 6, 2024
1 parent 52073d3 commit 8ff0fa1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/apps/console/hooks/use-cluster-status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ const findClusterStatus = (item?: { lastOnlineAt?: string }): boolean => {
const timeDifference =
(currentTime.getTime() - lastTime.getTime()) / (1000 * 60);

console.log(timeDifference);

switch (true) {
case timeDifference <= 2:
return true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@ const ManagedServiceLayout = () => {
},
}));
}
console.log('hello');
}, [values.selectedTemplate]);

useEffect(() => {
Expand Down

0 comments on commit 8ff0fa1

Please sign in to comment.