Skip to content

Commit a91f7c3

Browse files
author
sagi
committed
removed test code from template .cs file
1 parent f9c9f51 commit a91f7c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

UnityDeeplinks.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@ void Update () {
1616

1717
public void onDeeplink(string deeplink) {
1818
Debug.Log("onDeeplink " + deeplink);
19-
Dictionary<string, string> values = new Dictionary<string, string>();
20-
values.Add("link", deeplink);
21-
AppsFlyer.trackRichEvent("deeplink", values);
2219
}
2320
}

0 commit comments

Comments
 (0)