From a8e4a3f1d32840135940ab52c7048a79611bee13 Mon Sep 17 00:00:00 2001 From: Jay Kothari Date: Thu, 31 Aug 2023 13:13:58 -0400 Subject: [PATCH] cleaned up code --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 69d6d9c..c3e35ab 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -172,8 +172,6 @@ impl ClerkFdw { ret } "junction_table" => { - warning!("junction_table is not supported"); - let base_url = Self::DEFAULT_BASE_URL.to_owned(); let org_id = options .get("organization_id")