Skip to content

Commit ee34905

Browse files
committed
🎨 Improve av #15708
1 parent 0c295a9 commit ee34905

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

kernel/model/attribute_view.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3027,11 +3027,6 @@ func addAttributeViewBlock(now int64, avID, dbBlockID, viewID, groupID, previous
30273027
}
30283028
}
30293029

3030-
if addingItemID == addingBoundBlockID {
3031-
addingItemID = ast.NewNodeID()
3032-
logging.LogWarnf("the adding item ID is the same as the bound block ID [%s], generate a new one item id [%s]", addingBoundBlockID, addingItemID)
3033-
}
3034-
30353030
attrView, err := av.ParseAttributeView(avID)
30363031
if err != nil {
30373032
return

0 commit comments

Comments
 (0)