diff --git a/lg.py b/lg.py
index 7836ee5..ec54385 100755
--- a/lg.py
+++ b/lg.py
@@ -68,7 +68,6 @@ def bird_proxy(host, proto, service, query):
 		try:
 			f = urlopen(url)
 			resultat = f.read()
-			app.logger.debug(resultat)
 			status = True # retreive remote status
 		except IOError:
 			resultat = "Failed retreive url: %s" % url