diff --git a/aider/repo.py b/aider/repo.py index 809c8e375..0723c6c14 100644 --- a/aider/repo.py +++ b/aider/repo.py @@ -212,8 +212,6 @@ class GitRepo: user_language = coder.get_user_language() commit_message = self.get_commit_message(diffs, context, user_language) - - # Retrieve attribute settings, prioritizing coder.args if available if coder and hasattr(coder, "args"): attribute_author = coder.args.attribute_author