fix: remove debug code
parent
592d871da2
commit
3638df524f
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue