summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-08-10 16:34:53 -0400
committerAAGaming <aa@mail.catvibers.me>2022-08-10 16:34:53 -0400
commite92073162af53aa3270dc369bda9f66c3c97abb3 (patch)
treed03c17394d8134d7b5586ebcccd6b10500d73c1c
parent67426af3ef73e788d99b6d2e0c730c270daea273 (diff)
downloaddecky-loader-e92073162af53aa3270dc369bda9f66c3c97abb3.tar.gz
decky-loader-e92073162af53aa3270dc369bda9f66c3c97abb3.zip
oops: remove test log
-rw-r--r--frontend/src/components/DeckyRouterState.tsx1
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() });
}