diff --git a/ICD.Common.Utils/CrestronUtils.cs b/ICD.Common.Utils/CrestronUtils.cs
index 308841f..64aed9d 100644
--- a/ICD.Common.Utils/CrestronUtils.cs
+++ b/ICD.Common.Utils/CrestronUtils.cs
@@ -187,41 +187,6 @@ namespace ICD.Common.Utils
CrestronConsole.SendControlSystemCommand("reboot", ref consoleResult);
}
- ///
- /// Runs CrestronInvoke but catches any unhandled exceptions to prevent the program from terminating.
- /// http://www.crestronlabs.com/showthread.php?12205-Exception-in-CrestronInvoke-thread-crashes-the-program
- ///
- ///
- [PublicAPI]
- public static object SafeInvoke(Action callback)
- {
- return SafeInvoke