Skip to content

Commit 16f2905

Browse files
author
smallstone
committed
Remove console.log statement in App.tsx
1 parent 2028a1b commit 16f2905

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/views/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export default function App() {
1414
return;
1515
}
1616
const checkReady = () => {
17-
console.log("window.JSJavaBridge: ", window.JSJavaBridge);
1817
if (window.JSJavaBridge) {
1918
setReady(true);
2019
} else {

0 commit comments

Comments
 (0)