fix: remove debug code

pull/336/head
mob-sakai 2024-06-27 18:26:00 +09:00
parent 592d871da2
commit 3638df524f
1 changed files with 0 additions and 1 deletions

View File

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