Revert "Added debug classes"

This reverts commit 18c85872f3.
This commit is contained in:
M66B
2024-05-13 17:26:34 +02:00
parent 048c558ebd
commit a805164231
6 changed files with 12 additions and 16 deletions

View File

@@ -203,7 +203,7 @@ public abstract class SimpleTask<T> implements LifecycleObserver {
LifecycleObserver watcher = new LifecycleObserver() {
@OnLifecycleEvent(Lifecycle.Event.ON_DESTROY)
public void onDestroy() {
EntityLog.log(context, EntityLog.Type.Debug1, "Owner gone task=" + name);
EntityLog.log(context, EntityLog.Type.Debug, "Owner gone task=" + name);
destroyed = true;
onDestroyed(args);
owner.getLifecycle().removeObserver(this);