fix: remove debug code

This commit is contained in:
mob-sakai
2024-06-27 18:26:00 +09:00
parent 592d871da2
commit 3638df524f

View File

@@ -317,7 +317,6 @@ namespace Coffee.UIExtensions
}
#endif
Profiler.EndSample();
EditorApplication.delayCall += () => Profiler.enabled = false;
}
private static bool IsBuiltInObject(Object obj)