Skip to content

Commit

Permalink
Merge pull request #5 from hashcube/remove_sessionstart
Browse files Browse the repository at this point in the history
Remove sessionStart from the plugin
  • Loading branch information
rampr authored Nov 16, 2016
2 parents 319a8c9 + 28b42da commit 5ada096
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions android/KochavaPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ public void onCreate(Activity activity, Bundle savedInstanceState) {
kTracker = new Feature (mContext, kochavaKey);
kTracker.setErrorDebug(DEBUG);
kTracker.enableDebug(DEBUG);

kTracker.event("SessionStart", "");
}

public void setUserId(String json) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kochava",
"version": "1.0.2",
"version": "1.0.3",
"devkit": {
"clientPaths": {
"kochava": "js"
Expand Down

0 comments on commit 5ada096

Please sign in to comment.