Remove some unnecessary loglines (#3412)

Signed-off-by: Bernd Verst <github@bernd.dev>
This commit is contained in:
Bernd Verst 2024-05-03 16:11:49 -07:00 committed by GitHub
parent f599616ea2
commit 1f46231d87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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
}