From 25571b08cd718114daf2c07e1ae5da131beff9ff Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Sat, 16 Mar 2024 09:33:39 -0500 Subject: [PATCH] refactor(app.tsx): removed test console log --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 50fe458..69c7504 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -16,7 +16,7 @@ export function App() { const [avatarRef, avatarUrl,] = useModel('') const [selectedStation, setSelectedStation] = useState(null) const appDataDirRef = useRef(null) - //testforcommit + useEffect(() => { appDataDir() .then(async (res) => {