fix: remove debug code

pull/318/head
mob-sakai 2024-06-27 18:26:00 +09:00
parent 24e0e8697d
commit 669deb41d4
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)