Skip to content

Commit

Permalink
GO-2827: Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
deff7 committed May 9, 2024
1 parent 8a6842b commit b1d7b24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/files/reconciler/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ func (r *reconciler) FileObjectHook(id domain.FullID) func(applyInfo smartblock.
}
if ok {
fileId := domain.FileId(pbtypes.GetString(applyInfo.State.Details(), bundle.RelationKeyFileId.String()))
fmt.Println("FileObjectHook: Was deleted", fileId)
return r.rebindQueue.Add(&queueItem{ObjectId: id.ObjectID, FileId: domain.FullFileId{FileId: fileId, SpaceId: id.SpaceID}})
}
return nil
Expand Down

0 comments on commit b1d7b24

Please sign in to comment.