Skip to content

Commit

Permalink
Merge pull request #588 from anyproto/remove-logs
Browse files Browse the repository at this point in the history
Remove sensitive data log
  • Loading branch information
fat-fellow authored Nov 2, 2023
2 parents 839d6a8 + 73be76b commit 8a866f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/block/import/creator/objectcreator.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ func (oc *ObjectCreator) createNewObject(
log.With("objectID", newID).Errorf("failed to create %s: %s", newID, err)
return nil, err
}
log.With("objectID", newID).Infof("import object created %s", pbtypes.GetString(st.CombinedDetails(), bundle.RelationKeyName.String()))

// update collection after we create it
if st.Store() != nil {
Expand Down

0 comments on commit 8a866f9

Please sign in to comment.