Skip to content

Commit fda1b23

Browse files
committed
remove an excessive analytics invocation
1 parent 237a12c commit fda1b23

File tree

1 file changed

+0
-1
lines changed
  • Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/Commands

1 file changed

+0
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/Commands/Commands.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,6 @@ public static Command SaveAsset(Action postSaveAction)
596596
// TODO It makes more sense to call back to editor since editor owns target object?
597597
//InputActionAssetManager.SaveAsset(state.serializedObject.targetObject as InputActionAsset);
598598
postSaveAction?.Invoke();
599-
state.m_Analytics?.RegisterExplicitSave();
600599
return state;
601600
};
602601
}

0 commit comments

Comments
 (0)