Skip to content

Commit

Permalink
Don't log to FirebaseAnalytics
Browse files Browse the repository at this point in the history
  • Loading branch information
yukuku committed May 10, 2024
1 parent e8a4a2c commit d43ae4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Alkitab/src/main/java/yuku/alkitab/base/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import yuku.alkitab.base.util.ExtensionManager;
import yuku.alkitab.debug.BuildConfig;
import yuku.alkitab.debug.R;
import yuku.alkitab.tracking.Tracker;
import yuku.alkitabfeedback.FeedbackSender;
import yuku.alkitabintegration.display.Launcher;

Expand Down Expand Up @@ -48,8 +47,6 @@ public synchronized static void staticInit() {
throw new RuntimeException("yuku.afw.App.context must have been set via initWithAppContext(Context) before calling this method.");
}

Tracker.init(context);

FeedbackSender.getInstance(context).trySend();

for (final int preferenceResId : new int[]{
Expand Down

0 comments on commit d43ae4e

Please sign in to comment.