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:
parent
ec17708d2c
commit
257f8fa43b
1 changed files with 0 additions and 1 deletions
|
@ -292,7 +292,6 @@ func (p *Persister) UpdatePage(page entity.Page, refID, userID string, skipRevis
|
||||||
|
|
||||||
// get a copy of previously saved links
|
// get a copy of previously saved links
|
||||||
previousLinks, _ := p.GetPageLinks(page.DocumentID, page.RefID)
|
previousLinks, _ := p.GetPageLinks(page.DocumentID, page.RefID)
|
||||||
fmt.Println(len(previousLinks))
|
|
||||||
|
|
||||||
// delete previous content links for this page
|
// delete previous content links for this page
|
||||||
_, _ = p.DeleteSourcePageLinks(page.RefID)
|
_, _ = p.DeleteSourcePageLinks(page.RefID)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue