Skip to content

Commit b33b15e

Browse files
authored
Merge pull request #834 from dabrowne/master
Remove hardcoded tracking using unknown API key
2 parents daeb314 + 144e810 commit b33b15e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/main/java/com/mixpanel/android/mpmetrics/MixpanelAPI.java

-8
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,6 @@ public class MixpanelAPI {
178178
track("$app_open", null);
179179
}
180180

181-
if (!mPersistentIdentity.isFirstIntegration(mToken) && !optOutTrackingDefault && !hasOptedOutTracking()) {
182-
try {
183-
sendHttpEvent("Integration", "85053bf24bba75239b16a601d9387e17", token, null, false);
184-
mPersistentIdentity.setIsIntegrated(mToken);
185-
} catch (JSONException e) {
186-
}
187-
}
188-
189181
if (mPersistentIdentity.isNewVersion(deviceInfo.get("$android_app_version_code")) && mTrackAutomaticEvents) {
190182
try {
191183
final JSONObject messageProps = new JSONObject();

0 commit comments

Comments
 (0)