]> source.dussan.org Git - redmine.git/commitdiff
Removed left-over code comment.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 18 Nov 2016 12:06:19 +0000 (12:06 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 18 Nov 2016 12:06:19 +0000 (12:06 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15961 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/field_format.rb

index fd90b80977023c863f42f44a2ecfab83d05e5aaf..4e31b1330f73ffeb23be2c665ccd05710dd57583 100644 (file)
@@ -960,7 +960,7 @@ module Redmine
 
       def edit_tag(view, tag_id, tag_name, custom_value, options={})
         attachment = nil
-        if custom_value.value.present? #&& custom_value.value == custom_value.value_was
+        if custom_value.value.present?
           attachment = Attachment.find_by_id(custom_value.value)
         end