From 0e83213e8877fd9d8f7172f04ab14026ebf925bc Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 21 Sep 2024 22:56:35 -0700 Subject: [PATCH] Removed logging [skip ci] --- src/hnswscan.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hnswscan.c b/src/hnswscan.c index a334cb0..2f93371 100644 --- a/src/hnswscan.c +++ b/src/hnswscan.c @@ -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) {