mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-01 10:11:20 +08:00
Removed logging [skip ci]
This commit is contained in:
@@ -265,8 +265,6 @@ hnswgettuple(IndexScanDesc scan, ScanDirection dir)
|
||||
hc = llast(so->w);
|
||||
element = HnswPtrAccess(base, hc->element);
|
||||
|
||||
elog(INFO, "distance = %f", hc->distance);
|
||||
|
||||
/* Move to next element if no valid heap TIDs */
|
||||
if (element->heaptidsLength == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user