mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
refactor: cleanup
This commit is contained in:
parent
b5f2a5adc8
commit
1e0bc39c78
1 changed files with 0 additions and 1 deletions
|
|
@ -139,7 +139,6 @@ export class JiraIssueService {
|
|||
|
||||
getMappedAttachmentsFromIssue(issueData: JiraIssue): Attachment[] {
|
||||
const attachments = issueData && issueData.attachments && issueData.attachments.map(mapJiraAttachmentToAttachment);
|
||||
console.log(attachments);
|
||||
return attachments
|
||||
// TODO remove once we have proper jira download files working
|
||||
.map((attachment) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue