aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/pages/home/index.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-06-09 16:11:49 -0300
committerSebastian <sebasjm@gmail.com>2022-06-09 16:12:18 -0300
commit3ebb1d18154375471e329f2bad40534d858cbe1e (patch)
tree5a7e5d14eb03c88eddbe0d61afa4ee1335768d65 /packages/anastasis-webui/src/pages/home/index.tsx
parent78b056a0b1613ef19d1d72c17fd256c2e86e6774 (diff)
downloadwallet-core-3ebb1d18154375471e329f2bad40534d858cbe1e.tar.xz
better select secret screen
Diffstat (limited to 'packages/anastasis-webui/src/pages/home/index.tsx')
-rw-r--r--packages/anastasis-webui/src/pages/home/index.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/anastasis-webui/src/pages/home/index.tsx b/packages/anastasis-webui/src/pages/home/index.tsx
index 48bb99c9b..57f935bd6 100644
--- a/packages/anastasis-webui/src/pages/home/index.tsx
+++ b/packages/anastasis-webui/src/pages/home/index.tsx
@@ -146,7 +146,7 @@ export function AnastasisClientFrame(props: AnastasisClientFrameProps): VNode {
const handleKeyPress = (
e: h.JSX.TargetedKeyboardEvent<HTMLDivElement>,
): void => {
- console.log("Got key press", e.key);
+ // console.log("Got key press", e.key);
// FIXME: By default, "next" action should be executed here
};
@@ -227,7 +227,6 @@ function AnastasisClientImpl(): VNode {
if (!state) {
return <StartScreen />;
}
- console.log("state", reducer.currentReducerState);
if (
(state.reducer_type === "backup" &&