Skip to content

Commit fb82411

Browse files
committed
chore: cleanup
1 parent 4d31248 commit fb82411

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/operators/compare.sql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ CREATE FUNCTION eql_v2.compare(a eql_v2_encrypted, b eql_v2_encrypted)
4747
AS $$
4848
BEGIN
4949

50-
-- PERFORM eql_v2.log('eql_v2.compare');
51-
-- PERFORM eql_v2.log('a', a::text);
52-
-- PERFORM eql_v2.log('b', b::text);
53-
5450
IF a IS NULL AND b IS NULL THEN
5551
RETURN 0;
5652
END IF;

src/operators/order_by_test.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ $$ LANGUAGE plpgsql;
121121

122122
--
123123
-- ORE - ORDER BY ore_block_u64_8_256(eql_v2_encrypted)
124-
-- SKIP THIS TEST
125-
-- Individual term operators are currently disabled because we may not need them anymore
126124

127125
DO $$
128126
DECLARE

0 commit comments

Comments
 (0)