Skip to content

Commit

Permalink
remove verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
justmiles committed Jan 18, 2021
1 parent be13725 commit 04a5c06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ func (f *MarkdownFile) Upload(m *Markdown2Confluence) (urlPath string, err error
currContentID = content.ID
}

fmt.Println("content.ID = " + content.ID + " content_id = " + currContentID)

_, errors := m.client.AddUpdateAttachments(currContentID, images)
if len(errors) > 0 {
fmt.Println(errors)
Expand Down

0 comments on commit 04a5c06

Please sign in to comment.