diff --git a/app/services/files/update_service.rb b/app/services/files/update_service.rb
index 7835d7eba44bb399cec0deec8a81f3f631082f18..905c7a7c81aef4756c5b8c75775ad11cf0168722 100644
--- a/app/services/files/update_service.rb
+++ b/app/services/files/update_service.rb
@@ -3,7 +3,6 @@ require_relative "base_service"
 module Files
   class UpdateService < Files::BaseService
     def commit
-      # Need to update file_path with the new filename
       repository.update_file(current_user, @file_path, @file_content,
                              @target_branch, previous_path: @previous_path,
                              message: @commit_message, update: true)