We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde9966 commit 0196619Copy full SHA for 0196619
pkg/inserter/common_inserter.go
@@ -30,7 +30,6 @@ func NewCommonInserter(client *firestore.Client) *CommonInserter {
30
func (c *CommonInserter) CreateItem(ctx context.Context, cn, ID, refID string, item map[string]interface{}) error {
31
item = c.tryParseDate(item)
32
item = c.setRefs(item)
33
- log.Print(item)
34
35
var d *firestore.DocumentRef
36
if ID == "" {
0 commit comments