diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-08-10 16:34:53 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-08-10 16:34:53 -0400 |
| commit | e92073162af53aa3270dc369bda9f66c3c97abb3 (patch) | |
| tree | d03c17394d8134d7b5586ebcccd6b10500d73c1c /frontend | |
| parent | 67426af3ef73e788d99b6d2e0c730c270daea273 (diff) | |
| download | decky-loader-e92073162af53aa3270dc369bda9f66c3c97abb3.tar.gz decky-loader-e92073162af53aa3270dc369bda9f66c3c97abb3.zip | |
oops: remove test log
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/src/components/DeckyRouterState.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/components/DeckyRouterState.tsx b/frontend/src/components/DeckyRouterState.tsx index c7da4034..0c8bb1ba 100644 --- a/frontend/src/components/DeckyRouterState.tsx +++ b/frontend/src/components/DeckyRouterState.tsx @@ -80,7 +80,6 @@ export const DeckyRouterStateContextProvider: FC<Props> = ({ children, deckyRout useEffect(() => { function onUpdate() { - console.log('test', deckyRouterState.publicState()); setPublicDeckyRouterState({ ...deckyRouterState.publicState() }); } |
