From 8d8f16d75763d411059b6fde1e549ea8a452f1dc Mon Sep 17 00:00:00 2001
From: Edward Betts <edward@4angle.com>
Date: Thu, 22 Jul 2021 15:10:40 +0200
Subject: [PATCH] Remove debugging output

---
 matcher/api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matcher/api.py b/matcher/api.py
index e2b4e27..d250e52 100644
--- a/matcher/api.py
+++ b/matcher/api.py
@@ -510,7 +510,7 @@ def find_osm_candidates(item, limit=60, max_distance=400, names=None):
     if limit:
         s = s.limit(limit)
 
-    print(s.compile(compile_kwargs={"literal_binds": True}))
+    # print(s.compile(compile_kwargs={"literal_binds": True}))
 
     conn = database.session.connection()
     nearby = []