We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad467f commit a530388Copy full SHA for a530388
lib/redmine_gtt_print/issue_to_json.rb
@@ -21,8 +21,6 @@ def call
21
@custom_fields.store(cfv.custom_field.name, cfv)
22
end
23
24
- pp @issue.last_notes
25
-
26
json = {
27
layout: @layout,
28
attributes: self.class.attributes_hash(@issue, @other_attributes, @custom_fields)
0 commit comments