1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 23:29:42 +02:00

remove rogue print statement

This commit is contained in:
Harvey Kandola 2016-10-29 16:39:38 -07:00
parent ec17708d2c
commit 257f8fa43b

View file

@ -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)