Skip to content

Commit

Permalink
chore: Removing teardown method
Browse files Browse the repository at this point in the history
  • Loading branch information
izaaz committed Jan 29, 2024
1 parent b0822dd commit 959c401
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,4 @@ public BaseEvent execute(@NonNull BaseEvent event) {
event.getEventProperties().put("custom android event property", "test");
return event;
}

@Override
public void teardown() {
}
}

0 comments on commit 959c401

Please sign in to comment.