Skip to content

Commit

Permalink
Removed the action registration log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
McJones committed Aug 15, 2023
1 parent f93db05 commit 9bc9567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Removed

- The Actions class will no longer log every single time a command is registered.

## [2.3.1] 2023-07-07

### Added
Expand Down
1 change: 0 additions & 1 deletion Runtime/Commands/Actions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@ private static Converter CreateConverter(ParameterInfo parameter, int index)

public static void AddRegistrationMethod(Action<IActionRegistration> registerActions)
{
Debug.Log($"Adding registration method {registerActions.Method.DeclaringType.FullName}.{registerActions.Method.Name}");
ActionRegistrationMethods.Add(registerActions);
}

Expand Down

0 comments on commit 9bc9567

Please sign in to comment.