Remove some unnecessary loglines (#3412)
Signed-off-by: Bernd Verst <github@bernd.dev>
This commit is contained in:
parent
f599616ea2
commit
1f46231d87
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue