mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Revert "Experiment: debug wait after EOF"
This reverts commit a6f9f34480.
This commit is contained in:
@@ -43,11 +43,4 @@ public class TrafficStatsHelper {
|
||||
else
|
||||
EntityLog.log(ctx, EntityLog.Type.Statistics, msg);
|
||||
}
|
||||
|
||||
public static void debug(String msg) {
|
||||
if (ctx == null)
|
||||
Log.e(msg);
|
||||
else
|
||||
EntityLog.log(ctx, EntityLog.Type.General, msg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user