Revert "Experiment: debug wait after EOF"

This reverts commit a6f9f34480.
This commit is contained in:
M66B
2021-10-22 09:27:24 +02:00
parent ffd72ecf0e
commit 1733edce59
2 changed files with 2 additions and 15 deletions

View File

@@ -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);
}
}