Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit c33ac0a

Browse files
committed
fix(Logging): Drop obsolete console.log
see #84
1 parent 93bb716 commit c33ac0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/urlhandler.android.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export { handleOpenURL } from './urlhandler.common';
66
export function handleIntent(intent: any) {
77
let data = intent.getData();
88
try {
9-
console.log(data);
109
let appURL = extractAppURL(data);
1110
if (appURL != null &&
1211
(new String(intent.getAction()).valueOf() === new String(android.content.Intent.ACTION_MAIN).valueOf()

0 commit comments

Comments
 (0)