Skip to content

Commit

Permalink
Merge pull request #6 from luiguild/patch-1
Browse files Browse the repository at this point in the history
Update plugin-universal-links.android.ts
  • Loading branch information
sebestindragos authored Aug 13, 2020
2 parents b33389a + 522ec7f commit 8a4bcfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugin-universal-links.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ application.android.on(
const intent: android.content.Intent = args.activity.getIntent();
try {
const data = intent.getData();
console.log(data);
if (!data) return; // nothing to do

setUniversalLink(data.toString());
Expand Down

0 comments on commit 8a4bcfd

Please sign in to comment.