refactor(app.tsx): removed test console log

This commit is contained in:
Triston Armstrong 2024-03-16 09:33:39 -05:00
parent 7492219346
commit 25571b08cd

View File

@ -16,7 +16,7 @@ export function App() {
const [avatarRef, avatarUrl,] = useModel<HTMLInputElement, string>('')
const [selectedStation, setSelectedStation] = useState<Station | null>(null)
const appDataDirRef = useRef<string>(null)
//testforcommit
useEffect(() => {
appDataDir()
.then(async (res) => {