Skip to content

Commit

Permalink
Remove some unnecessary loglines (#3412)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Verst <github@bernd.dev>
  • Loading branch information
berndverst committed May 3, 2024
1 parent f599616 commit 1f46231
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion state/azure/cosmosdb/cosmosdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@ func populatePartitionMetadata(key string, requestMetadata map[string]string) st
}

func isNotFoundError(err error) bool {
fmt.Printf("Check isNotFoundError: %v\n", err)
if err == nil {
return false
}
Expand Down

0 comments on commit 1f46231

Please sign in to comment.