Remove unused log

This commit is contained in:
Mehdi Abaakouk 2012-01-26 17:35:41 +01:00
parent 3f4f5a6960
commit ec7e96cf5b
1 changed files with 0 additions and 1 deletions

1
lg.py
View File

@ -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