diff --git a/ReactWindows/ReactNative.Net46/UIManager/UIManagerModule.cs b/ReactWindows/ReactNative.Net46/UIManager/UIManagerModule.cs
index 1e070d4ca96..7cd5e88ab81 100644
--- a/ReactWindows/ReactNative.Net46/UIManager/UIManagerModule.cs
+++ b/ReactWindows/ReactNative.Net46/UIManager/UIManagerModule.cs
@@ -12,10 +12,6 @@ namespace ReactNative.UIManager
///
/// Native module to allow JavaScript to create and update native views.
///
- ///
- /// TODO:
- /// 1) Add animation support to UIManagerModule
- ///
public partial class UIManagerModule : ReactContextNativeModuleBase, ILifecycleEventListener, IOnBatchCompleteListener
{
private const int RootViewTagIncrement = 10;
diff --git a/ReactWindows/ReactNative/UIManager/UIManagerModule.cs b/ReactWindows/ReactNative/UIManager/UIManagerModule.cs
index 3dcddeab803..7a650a07a7b 100644
--- a/ReactWindows/ReactNative/UIManager/UIManagerModule.cs
+++ b/ReactWindows/ReactNative/UIManager/UIManagerModule.cs
@@ -13,10 +13,6 @@ namespace ReactNative.UIManager
///
/// Native module to allow JavaScript to create and update native views.
///
- ///
- /// TODO:
- /// 1) Add animation support to UIManagerModule
- ///
public partial class UIManagerModule : ReactContextNativeModuleBase, ILifecycleEventListener, IOnBatchCompleteListener
{
private const int RootViewTagIncrement = 10;