Skip to content

Commit

Permalink
remove rogue print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyKandola committed Oct 29, 2016
1 parent ec17708 commit 257f8fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/api/request/page.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ func (p *Persister) UpdatePage(page entity.Page, refID, userID string, skipRevis

// get a copy of previously saved links
previousLinks, _ := p.GetPageLinks(page.DocumentID, page.RefID)
fmt.Println(len(previousLinks))

// delete previous content links for this page
_, _ = p.DeleteSourcePageLinks(page.RefID)
Expand Down

0 comments on commit 257f8fa

Please sign in to comment.