diff --git a/app/models/repository.rb b/app/models/repository.rb
index 39264726c9c100f36c168a6d403c5520fd6aa6a3..c0138514c0ff587bdead9da6f1fd5c19946f1c28 100644
--- a/app/models/repository.rb
+++ b/app/models/repository.rb
@@ -731,7 +731,6 @@ class Repository
     end
   end
 
-  # previous_path, message, update
   def update_file(user, path, content, branch, options={})
     commit_with_hooks(user, branch) do |ref|
       committer = user_to_committer(user)