Skip to content

Commit 855adce

Browse files
fix: remove debug console log from App component
1 parent e8fadfa commit 855adce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { ProductGrid } from "./components/productGrid";
88

99
function App() {
1010
const [isColorLight, setIsColorLight] = useState(false);
11-
console.log("test action");
1211

1312
return (
1413
<Suspense fallback={<>Carregando</>}>

0 commit comments

Comments
 (0)