diff --git a/src/Inspectors/ReflectionInspector.cs b/src/Inspectors/ReflectionInspector.cs index 9e9d2f1..44e26a2 100644 --- a/src/Inspectors/ReflectionInspector.cs +++ b/src/Inspectors/ReflectionInspector.cs @@ -149,14 +149,7 @@ namespace UnityExplorer.Inspectors if (mi != null) { - try - { - AppendParams(mi.GetParameters()); - } - catch (Exception e) - { - ExplorerCore.Log(e); - } + AppendParams(mi.GetParameters()); } else if (pi != null) {