From f497f6f802d0fe047cf1c7b9329c537571f98697 Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Fri, 21 Dec 2012 09:56:39 -0500
Subject: [PATCH] Don't warn when no results.

---
 lib/geocoder/lookups/maxmind.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/geocoder/lookups/maxmind.rb b/lib/geocoder/lookups/maxmind.rb
index 2fa36e2b..2619c627 100644
--- a/lib/geocoder/lookups/maxmind.rb
+++ b/lib/geocoder/lookups/maxmind.rb
@@ -19,7 +19,6 @@ module Geocoder::Lookup
         if doc && doc.size == 10
           return [doc]
         else
-          warn "Maxmind error : #{doc[10]}" if doc
           return []
         end
       end
-- 
GitLab