Skip to content

Commit 41bb443

Browse files
author
ilzheev
committed
fix
1 parent 2a0af78 commit 41bb443

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

service/service.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,9 +1004,6 @@ func (c *Context) CreateCallback(entryHash string, url string, user *model.User)
10041004

10051005
localCallback := c.store.GetCallback(callback)
10061006

1007-
log.Warn("Callback: ", callback)
1008-
log.Warn("localCallback: ", localCallback)
1009-
10101007
if localCallback == nil {
10111008
err := c.store.CreateCallback(callback)
10121009
if err != nil {

0 commit comments

Comments
 (0)